Package baritone.api.pathing.movement
Interface IMovement
public interface IMovement
- Since:
- 10/8/2018
- Author:
- Brady
-
Method Details
-
getCost
double getCost() -
update
-
reset
void reset()Resets the current state status toMovementStatus.PREPPING -
resetBlockCache
void resetBlockCache()Resets the cache for special break, place, and walk into blocks -
safeToCancel
boolean safeToCancel()- Returns:
- Whether or not it is safe to cancel the current movement state
-
calculatedWhileLoaded
boolean calculatedWhileLoaded() -
getSrc
-
getDest
-
getDirection
net.minecraft.core.BlockPos getDirection()
-