Package baritone.api
Interface IBaritone
public interface IBaritone
- Since:
- 9/29/2018
- Author:
- Brady
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIPathingControlManagerfor thisIBaritoneinstance, which is responsible for managing theIBaritoneProcesses which control theIPathingBehaviorstate.voidOpen click
-
Method Details
-
getPathingBehavior
- Returns:
- The
IPathingBehaviorinstance - See Also:
-
getLookBehavior
- Returns:
- The
ILookBehaviorinstance - See Also:
-
getFollowProcess
- Returns:
- The
IFollowProcessinstance - See Also:
-
getMineProcess
- Returns:
- The
IMineProcessinstance - See Also:
-
getBuilderProcess
- Returns:
- The
IBuilderProcessinstance - See Also:
-
getExploreProcess
- Returns:
- The
IExploreProcessinstance - See Also:
-
getFarmProcess
- Returns:
- The
IFarmProcessinstance - See Also:
-
getCustomGoalProcess
- Returns:
- The
ICustomGoalProcessinstance - See Also:
-
getGetToBlockProcess
- Returns:
- The
IGetToBlockProcessinstance - See Also:
-
getElytraProcess
- Returns:
- The
IElytraProcessinstance - See Also:
-
getWorldProvider
- Returns:
- The
IWorldProviderinstance - See Also:
-
getPathingControlManager
Returns theIPathingControlManagerfor thisIBaritoneinstance, which is responsible for managing theIBaritoneProcesses which control theIPathingBehaviorstate.- Returns:
- The
IPathingControlManagerinstance - See Also:
-
getInputOverrideHandler
- Returns:
- The
IInputOverrideHandlerinstance - See Also:
-
getPlayerContext
- Returns:
- The
IPlayerContextinstance - See Also:
-
getGameEventHandler
- Returns:
- The
IEventBusinstance - See Also:
-
getSelectionManager
- Returns:
- The
ISelectionManagerinstance - See Also:
-
getCommandManager
- Returns:
- The
ICommandManagerinstance - See Also:
-
openClick
void openClick()Open click
-