Uses of Enum Class
baritone.api.event.events.TickEvent.Type
Packages that use TickEvent.Type
-
Uses of TickEvent.Type in baritone.api.event.events
Methods in baritone.api.event.events that return TickEvent.TypeModifier and TypeMethodDescriptionTickEvent.getType()static TickEvent.TypeReturns the enum constant of this class with the specified name.static TickEvent.Type[]TickEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in baritone.api.event.events that return types with arguments of type TickEvent.TypeModifier and TypeMethodDescriptionstatic BiFunction<EventState, TickEvent.Type, TickEvent> TickEvent.createNextProvider()Constructors in baritone.api.event.events with parameters of type TickEvent.Type