Package adris.altoclef.tasks.movement
Class GetCloseToBlockTask
java.lang.Object
adris.altoclef.tasksystem.Task
adris.altoclef.tasks.movement.GetCloseToBlockTask
Approaching a block can be done easily with baritone
but we have an issue: baritone requires that a goal be available.
For instance, say we want to approach the center of a lava pool. That's not possible, so say we expect the bot to get as close as it can. We have to specify the "radius", and this radius MUST be outside of the pool, else baritone will get stuck and won't even try getting close.
-
Constructor Summary
-
Method Summary
Methods inherited from class adris.altoclef.tasksystem.Task
equals, interrupt, isActive, isFinished, reset, setDebugState, stop, stop, stopped, thisOrChildAreTimedOut, thisOrChildSatisfies, tick, toString
-
Constructor Details
-
GetCloseToBlockTask
public GetCloseToBlockTask(net.minecraft.util.math.BlockPos toApproach)
-
-
Method Details