public interface CrewCompositionAPI
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(CrewCompositionAPI other) |
void |
addCrew(float quantity) |
void |
addMarines(float marines)
Generally not set for most crews, but useful to have here for use during boarding/loss calculation/etc.
|
void |
addToCargo(CargoAPI cargo) |
void |
clear() |
float |
getCrew() |
int |
getCrewInt() |
float |
getMarines()
Generally not set for most crews, but useful to have here for use during boarding/loss calculation/etc.
|
void |
multiplyBy(float mult) |
void |
removeAll(CrewCompositionAPI other) |
void |
removeAllCrew() |
void |
removeFromCargo(CargoAPI cargo) |
void |
setCrew(float quantity) |
void |
setMarines(float marines)
Generally not set for most crews, but useful to have here for use during boarding/loss calculation/etc.
|
void |
transfer(float quantity,
CrewCompositionAPI dest) |
float getCrew()
void setMarines(float marines)
marines - float getMarines()
void addMarines(float marines)
marines - void removeAllCrew()
void transfer(float quantity, CrewCompositionAPI dest)
void addCrew(float quantity)
void addAll(CrewCompositionAPI other)
void removeAll(CrewCompositionAPI other)
void multiplyBy(float mult)
void addToCargo(CargoAPI cargo)
void removeFromCargo(CargoAPI cargo)
void clear()
void setCrew(float quantity)
int getCrewInt()