// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.math.hitdetection;

import com.hypixel.hytale.math.matrix.Matrix4d;

public interface MatrixProvider
{
    Matrix4d getMatrix();
}
