Uses of Enum Class
baritone.api.event.events.type.EventState
Packages that use EventState
-
Uses of EventState in baritone.api.event.events
Methods in baritone.api.event.events that return EventStateModifier and TypeMethodDescriptionChunkEvent.getState()final EventStatePacketEvent.getState()final EventStatePlayerUpdateEvent.getState()TickEvent.getState()final EventStateWorldEvent.getState()Methods in baritone.api.event.events that return types with arguments of type EventStateModifier and TypeMethodDescriptionstatic BiFunction<EventState, TickEvent.Type, TickEvent> TickEvent.createNextProvider()Constructors in baritone.api.event.events with parameters of type EventStateModifierConstructorDescriptionChunkEvent(EventState state, ChunkEvent.Type type, int x, int z) PacketEvent(net.minecraft.network.Connection networkManager, EventState state, net.minecraft.network.protocol.Packet<?> packet) PlayerUpdateEvent(EventState state) TickEvent(EventState state, TickEvent.Type type, int count) WorldEvent(net.minecraft.client.multiplayer.ClientLevel world, EventState state) -
Uses of EventState in baritone.api.event.events.type
Methods in baritone.api.event.events.type that return EventStateModifier and TypeMethodDescriptionstatic EventStateReturns the enum constant of this class with the specified name.static EventState[]EventState.values()Returns an array containing the constants of this enum class, in the order they are declared.