Uses of Enum Class
baritone.api.event.events.RotationMoveEvent.Type
Packages that use RotationMoveEvent.Type
-
Uses of RotationMoveEvent.Type in baritone.api.event.events
Methods in baritone.api.event.events that return RotationMoveEvent.TypeModifier and TypeMethodDescriptionRotationMoveEvent.getType()static RotationMoveEvent.TypeReturns the enum constant of this class with the specified name.static RotationMoveEvent.Type[]RotationMoveEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in baritone.api.event.events with parameters of type RotationMoveEvent.TypeModifierConstructorDescriptionRotationMoveEvent(RotationMoveEvent.Type type, float yaw, float pitch)