NeonRenderPlayerEvent
public class NeonRenderPlayerEvent extends NeonEvent {
public EntityPlayer getPlayer();
public double getX();
public double getY();
public double getZ();
public float getYaw();
public float getPartialTicks();
public Runnable getRenderFunction();
}
Last updated