Package baritone.api.process
Class PathingCommand
java.lang.Object
baritone.api.process.PathingCommand
- Author:
- leijurv
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PathingCommandTypeThe command type.final GoalThe target goal, may benull. -
Constructor Summary
ConstructorsConstructorDescriptionPathingCommand(Goal goal, PathingCommandType commandType) Create a newPathingCommand. -
Method Summary
-
Field Details
-
goal
The target goal, may benull. -
commandType
The command type.- See Also:
-
-
Constructor Details
-
PathingCommand
Create a newPathingCommand.- Parameters:
goal- The target goal, may benull.commandType- The command type, cannot benull.- Throws:
NullPointerException- ifcommandTypeisnull.- See Also:
-
-
Method Details