Interface IElytraProcess

All Superinterfaces:
IBaritoneProcess

public interface IElytraProcess extends IBaritoneProcess
  • Method Details

    • repackChunks

      void repackChunks()
    • currentDestination

      net.minecraft.core.BlockPos currentDestination()
      Returns:
      Where it is currently flying to, null if not active
    • pathTo

      void pathTo(net.minecraft.core.BlockPos destination)
    • pathTo

      void pathTo(Goal destination)
    • 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:
      true if the native library loaded and elytra is actually usable
    • isSafeToCancel

      boolean isSafeToCancel()