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