Package adris.altoclef.tasks.movement
Class GetWithinRangeOfBlockTask
java.lang.Object
adris.altoclef.tasksystem.Task
adris.altoclef.tasks.movement.CustomBaritoneGoalTask
adris.altoclef.tasks.movement.GetWithinRangeOfBlockTask
- All Implemented Interfaces:
ITaskCanForce
,ITaskRequiresGrounded
-
Field Summary
Fields inherited from class adris.altoclef.tasks.movement.CustomBaritoneGoalTask
_cachedGoal, _checker
-
Constructor Summary
ConstructorDescriptionGetWithinRangeOfBlockTask
(net.minecraft.util.math.BlockPos blockPos, int range) -
Method Summary
Methods inherited from class adris.altoclef.tasks.movement.CustomBaritoneGoalTask
isFinished, onStart, onStop, onTick, onWander
Methods inherited from class adris.altoclef.tasksystem.Task
equals, interrupt, isActive, reset, setDebugState, stop, stop, stopped, thisOrChildAreTimedOut, thisOrChildSatisfies, tick, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface adris.altoclef.tasksystem.ITaskRequiresGrounded
shouldForce
-
Constructor Details
-
GetWithinRangeOfBlockTask
public GetWithinRangeOfBlockTask(net.minecraft.util.math.BlockPos blockPos, int range)
-
-
Method Details
-
newGoal
- Specified by:
newGoal
in classCustomBaritoneGoalTask
-
isEqual
-
toDebugString
- Specified by:
toDebugString
in classTask
-