public interface IBaritone
| Modifier and Type | Method and Description |
|---|---|
IBuilderProcess |
getBuilderProcess() |
ICommandManager |
getCommandManager() |
ICustomGoalProcess |
getCustomGoalProcess() |
IExploreProcess |
getExploreProcess() |
IFarmProcess |
getFarmProcess() |
IFollowProcess |
getFollowProcess() |
IEventBus |
getGameEventHandler() |
IGetToBlockProcess |
getGetToBlockProcess() |
IInputOverrideHandler |
getInputOverrideHandler() |
ILookBehavior |
getLookBehavior() |
IMineProcess |
getMineProcess() |
IPathingBehavior |
getPathingBehavior() |
IPathingControlManager |
getPathingControlManager()
Returns the
IPathingControlManager for this IBaritone instance, which is responsible
for managing the IBaritoneProcesses which control the IPathingBehavior state. |
IPlayerContext |
getPlayerContext() |
ISelectionManager |
getSelectionManager() |
IWorldProvider |
getWorldProvider() |
void |
openClick()
Open click
|
IPathingBehavior getPathingBehavior()
IPathingBehavior instanceIPathingBehaviorILookBehavior getLookBehavior()
ILookBehavior instanceILookBehaviorIFollowProcess getFollowProcess()
IFollowProcess instanceIFollowProcessIMineProcess getMineProcess()
IMineProcess instanceIMineProcessIBuilderProcess getBuilderProcess()
IBuilderProcess instanceIBuilderProcessIExploreProcess getExploreProcess()
IExploreProcess instanceIExploreProcessIFarmProcess getFarmProcess()
IFarmProcess instanceIFarmProcessICustomGoalProcess getCustomGoalProcess()
ICustomGoalProcess instanceICustomGoalProcessIGetToBlockProcess getGetToBlockProcess()
IGetToBlockProcess instanceIGetToBlockProcessIWorldProvider getWorldProvider()
IWorldProvider instanceIWorldProviderIPathingControlManager getPathingControlManager()
IPathingControlManager for this IBaritone instance, which is responsible
for managing the IBaritoneProcesses which control the IPathingBehavior state.IPathingControlManager instanceIPathingControlManagerIInputOverrideHandler getInputOverrideHandler()
IInputOverrideHandler instanceIInputOverrideHandlerIPlayerContext getPlayerContext()
IPlayerContext instanceIPlayerContextIEventBus getGameEventHandler()
ISelectionManager getSelectionManager()
ISelectionManager instanceISelectionManagerICommandManager getCommandManager()
ICommandManager instanceICommandManagervoid openClick()