Class FlightPath
java.lang.Object
org.ships.movement.autopilot.path.FlightPath
- All Implemented Interfaces:
org.core.utils.Identifiable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()@NotNull StringgetName()@NotNull FlightCheckpointgetNearest(@NotNull org.core.vector.type.Vector3<Integer> position) getNext(@NotNull FlightCheckpoint previous)
-
Constructor Details
-
FlightPath
-
-
Method Details
-
getCheckpoints
-
getNext
-
getNearest
@NotNull public @NotNull FlightCheckpoint getNearest(@NotNull @NotNull org.core.vector.type.Vector3<Integer> position) -
getId
- Specified by:
getIdin interfaceorg.core.utils.Identifiable
-
getName
- Specified by:
getNamein interfaceorg.core.utils.Identifiable
-