public class NeonRotationEvent extends NeonEvent { public Vector2f getRotationToTarget(Entity entity); public void setRotation(float yaw, float pitch); public Vector2f getRotation(); }
Last updated 4 months ago