public interface INeonRotationUtil { Vector2f getRotationToTarget(Entity entity); void setRotation(float yaw, float pitch); Vector2f getRotation(); }
Last updated 4 months ago