Package baritone.api.pathing.goals
Class GoalGetToBlock
java.lang.Object
baritone.api.pathing.goals.GoalGetToBlock
- All Implemented Interfaces:
Goal,IGoalRenderPos
Don't get into the block, but get directly adjacent to it. Useful for chests.
- Author:
- avecowa
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannet.minecraft.core.BlockPosinthashCode()doubleheuristic(int x, int y, int z) Estimate the number of ticks it will take to get to the goalbooleanisInGoal(int x, int y, int z) Returns whether or not the specified position meets the requirement for this goal based.toString()
-
Field Details
-
x
-
y
-
z
-
-
Constructor Details
-
GoalGetToBlock
-
-
Method Details
-
getGoalPos
- Specified by:
getGoalPosin interfaceIGoalRenderPos
-
isInGoal
Description copied from interface:GoalReturns whether or not the specified position meets the requirement for this goal based. -
heuristic
Description copied from interface:GoalEstimate the number of ticks it will take to get to the goal -
equals
-
hashCode
-
toString
-