Uses of Interface
baritone.api.pathing.goals.Goal
Packages that use Goal
Package
Description
-
Uses of Goal in baritone.api.behavior
Methods in baritone.api.behavior that return Goal -
Uses of Goal in baritone.api.command.datatypes
Methods in baritone.api.command.datatypes that return GoalModifier and TypeMethodDescriptionRelativeGoal.apply(IDatatypeContext ctx, BetterBlockPos origin) -
Uses of Goal in baritone.api.pathing.calc
Methods in baritone.api.pathing.calc that return GoalMethods in baritone.api.pathing.calc with parameters of type GoalModifier and TypeMethodDescriptiondefault IPathIPath.staticCutoff(Goal destination) Cuts off this path using the min length and cutoff factor settings, and returns the resulting path. -
Uses of Goal in baritone.api.pathing.goals
Classes in baritone.api.pathing.goals that implement GoalModifier and TypeClassDescriptionclassclassA specific BlockPos goalclassA composite of many goals, any one of which satisfies the composite.classDon't get into the block, but get directly adjacent to it.classInvert any goal.classclassUseful for automated combat (retreating specifically)classDig a tunnel in a certain direction, but if you have to deviate from the path, go back to where you startedclassUseful if the goal is just to mine a block.classUseful for long-range goals that don't have a specific Y level.classUseful for mining (getting to diamond / iron level)Fields in baritone.api.pathing.goals declared as GoalMethods in baritone.api.pathing.goals that return GoalConstructors in baritone.api.pathing.goals with parameters of type Goal -
Uses of Goal in baritone.api.process
Fields in baritone.api.process declared as GoalMethods in baritone.api.process that return GoalModifier and TypeMethodDescriptionICustomGoalProcess.getGoal()ICustomGoalProcess.mostRecentGoal()Methods in baritone.api.process with parameters of type GoalModifier and TypeMethodDescriptionvoidvoidSets the pathing goaldefault voidICustomGoalProcess.setGoalAndPath(Goal goal) Sets the goal and begins the path execution.Constructors in baritone.api.process with parameters of type GoalModifierConstructorDescriptionPathingCommand(Goal goal, PathingCommandType commandType) Create a newPathingCommand.