Interface DroneLauncherShipSystemAPI


public interface DroneLauncherShipSystemAPI
  • Method Details

    • getSpecJson

      org.json.JSONObject getSpecJson()
      Returns:
      contents of the .system file, in JSON form.
    • getLandingLocation

      org.lwjgl.util.vector.Vector2f getLandingLocation(ShipAPI drone)
      Parameters:
      drone -
      Returns:
      where this drone should land, if it's being recalled.
    • getDroneOrders

    • getIndex

      int getIndex(ShipAPI drone)