public interface IMovement
Modifier and Type | Method and Description |
---|---|
boolean |
calculatedWhileLoaded() |
double |
getCost() |
BetterBlockPos |
getDest() |
net.minecraft.util.math.BlockPos |
getDirection() |
BetterBlockPos |
getSrc() |
void |
reset()
Resets the current state status to
MovementStatus.PREPPING |
void |
resetBlockCache()
Resets the cache for special break, place, and walk into blocks
|
boolean |
safeToCancel() |
MovementStatus |
update() |
double getCost()
MovementStatus update()
void reset()
MovementStatus.PREPPING
void resetBlockCache()
boolean safeToCancel()
boolean calculatedWhileLoaded()
BetterBlockPos getSrc()
BetterBlockPos getDest()
net.minecraft.util.math.BlockPos getDirection()