Uses of Enum Class
baritone.api.process.PathingCommandType
Packages that use PathingCommandType
-
Uses of PathingCommandType in baritone.api.process
Fields in baritone.api.process declared as PathingCommandTypeModifier and TypeFieldDescriptionfinal PathingCommandTypePathingCommand.commandTypeThe command type.Methods in baritone.api.process that return PathingCommandTypeModifier and TypeMethodDescriptionstatic PathingCommandTypeReturns the enum constant of this class with the specified name.static PathingCommandType[]PathingCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in baritone.api.process with parameters of type PathingCommandTypeModifierConstructorDescriptionPathingCommand(Goal goal, PathingCommandType commandType) Create a newPathingCommand.