Class FlightPathManager

java.lang.Object
org.ships.movement.autopilot.path.FlightPathManager

public class FlightPathManager extends Object
  • Constructor Details

    • FlightPathManager

      public FlightPathManager()
  • Method Details

    • getPaths

      public Collection<FlightPath> getPaths()
    • registerPath

      public void registerPath(@NotNull @NotNull FlightPath path)
    • unregisterPath

      public void unregisterPath(@NotNull @NotNull FlightPath path)