Uses of Interface
baritone.api.event.listener.IGameEventListener
Packages that use IGameEventListener
-
Uses of IGameEventListener in baritone.api.behavior
Subinterfaces of IGameEventListener in baritone.api.behaviorModifier and TypeInterfaceDescriptioninterfaceA behavior is simply a type that is able to listen to events.interfaceinterface -
Uses of IGameEventListener in baritone.api.event.listener
Subinterfaces of IGameEventListener in baritone.api.event.listenerModifier and TypeInterfaceDescriptioninterfaceAn implementation ofIGameEventListenerthat has all methods overridden with empty bodies, allowing inheritors of this class to choose which events they would like to listen in on.interfaceA type ofIGameEventListenerthat can have additional listeners registered so that they receive the events that are dispatched to this listener.Methods in baritone.api.event.listener with parameters of type IGameEventListenerModifier and TypeMethodDescriptionvoidIEventBus.registerEventListener(IGameEventListener listener) Registers the specifiedIGameEventListenerto this event bus -
Uses of IGameEventListener in baritone.api.utils
Subinterfaces of IGameEventListener in baritone.api.utils