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 String
getName()
@NotNull FlightCheckpoint
getNearest
(@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:
getId
in interfaceorg.core.utils.Identifiable
-
getName
- Specified by:
getName
in interfaceorg.core.utils.Identifiable
-