Interface TeleportToVessel

All Superinterfaces:
org.core.world.position.Positionable<org.core.world.position.impl.BlockPosition>, Vessel
All Known Subinterfaces:
ShipsVessel
All Known Implementing Classes:
AbstractShipsVessel, Airship, Marsship, OPShip, Plane, Submarine, WaterShip

public interface TeleportToVessel extends Vessel
  • Method Details

    • getTeleportPositions

      Map<String,org.core.world.position.impl.ExactPosition> getTeleportPositions()
    • getTeleportVectors

      Map<String,org.core.vector.type.Vector3<Double>> getTeleportVectors()
    • setTeleportPosition

      TeleportToVessel setTeleportPosition(org.core.world.position.impl.ExactPosition position, String id)
    • setTeleportVector

      TeleportToVessel setTeleportVector(org.core.vector.type.Vector3<Double> position, String id)
    • setTeleportPosition

      default TeleportToVessel setTeleportPosition(org.core.world.position.impl.ExactPosition position)