Starsector API
Loading...
Searching...
No Matches
DroneLauncherShipSystemAPI.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.combat;
2
3
import
org.json.JSONObject;
4
import
org.lwjgl.util.vector.Vector2f;
5
6
public
interface
DroneLauncherShipSystemAPI
{
7
8
public
static
enum
DroneOrders {
9
RECALL,
10
DEPLOY,
11
ATTACK,
12
}
13
17
JSONObject
getSpecJson
();
18
24
Vector2f
getLandingLocation
(
ShipAPI
drone);
25
26
27
DroneLauncherShipSystemAPI.DroneOrders
getDroneOrders
();
28
29
int
getIndex
(
ShipAPI
drone);
30
}
com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI
Definition
DroneLauncherShipSystemAPI.java:6
com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getDroneOrders
DroneLauncherShipSystemAPI.DroneOrders getDroneOrders()
com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getSpecJson
JSONObject getSpecJson()
com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getIndex
int getIndex(ShipAPI drone)
com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getLandingLocation
Vector2f getLandingLocation(ShipAPI drone)
com.fs.starfarer.api.combat.ShipAPI
Definition
ShipAPI.java:23
src
com
fs
starfarer
api
combat
DroneLauncherShipSystemAPI.java
Generated by
1.9.8