Package baritone.api.process
Interface IElytraProcess
- All Superinterfaces:
IBaritoneProcess
-
Field Summary
Fields inherited from interface baritone.api.process.IBaritoneProcess
DEFAULT_PRIORITY -
Method Summary
Methods inherited from interface baritone.api.process.IBaritoneProcess
displayName, displayName0, isActive, isTemporary, onLostControl, onTick, priority
-
Method Details
-
repackChunks
void repackChunks() -
currentDestination
net.minecraft.core.BlockPos currentDestination()- Returns:
- Where it is currently flying to, null if not active
-
pathTo
-
pathTo
-
resetState
void resetState()Resets the state of the process but will maintain the same destination and will try to keep flying -
isLoaded
boolean isLoaded()- Returns:
trueif the native library loaded and elytra is actually usable
-
isSafeToCancel
boolean isSafeToCancel()
-