Package baritone.api.event.events
Class TickEvent
java.lang.Object
baritone.api.event.events.TickEvent
Called on and after each game tick of the primary
Minecraft instance and dispatched to all Baritone
instances.
When state is EventState.PRE, the event is being called just prior to when the current in-game
screen is ticked. When state is EventState.POST, the event is being called at the very end
of the
method.invalid reference
Minecraft#runTick()
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BiFunction<EventState, TickEvent.Type, TickEvent> intgetCount()getState()getType()
-
Constructor Details
-
TickEvent
-
-
Method Details
-
getCount
-
getType
-
getState
-
createNextProvider
-