public class StitchRotationEvent extends StitchEvent { public Vector2f getRotationToTarget(Entity entity); public void setRotation(float yaw, float pitch); public Vector2f getRotation(); }
Last updated 2 months ago