| Modifier and Type | Method | Description |
|---|---|---|
BaseAmountable<IWeapon> |
AmountableProvider.createWeaponAmountable() |
|
BaseAmountable<IWeapon> |
ModelConfiguration.weaponAmountable() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
IWeaponStorage.getWeapon(IWeapon weapon) |
Retrieve the amount of weapons in storage
|
javafx.beans.property.ReadOnlyIntegerProperty |
IWeaponStorage.getWeaponProperty(IWeapon weapon) |
Retrieve the property holding the mount of stored weapons of the indicated type.
|
int |
ITradingOffice.move(IWeapon weapons,
int amount) |
Add or remove weapon from the storage.
|
int |
IWeaponStorage.update(IWeapon weapon,
int amount) |
Move weapons in or out of storage
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
WeaponStorage.getWeapon(IWeapon weapon) |
|
javafx.beans.property.ReadOnlyIntegerProperty |
WeaponStorage.getWeaponProperty(IWeapon weapon) |
|
int |
TradingOffice.move(IWeapon weapon,
int amount) |
/**
Add or remove weapon from the storage.
|
int |
WeaponStorage.update(IWeapon weapon,
int amount) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
IWeaponsDealer.move(IWeapon weapon,
int amount) |
Move ware into this holding.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
WeaponsDealerState.containsWeapon(IWeapon weapons) |
Check if there is an amountable object for this ware
|
int |
WeaponsDealerState.move(IWeapon weapon,
int amount) |
Move ware into this holding.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<IWeapon> |
IWeaponSlot.getWeapon() |
Retrieve the weapon stored in this slot.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
INavigableVessel.getWeaponAmount(IWeapon weaponType) |
Retrieve the amount of weapons on the ship
|
void |
IWeaponSlot.setWeapon(IWeapon weapon) |
Set or unset a weapon in the slot.
|
void |
PrimaryLargeWeaponSlot.setWeapon(IWeapon weapon) |
Place a small weapon in the slot.
|
void |
SecondaryLargeWeaponSlot.setWeapon(IWeapon weapon) |
Place a small weapon in the slot.
|
void |
SmallWeaponSlot.setWeapon(IWeapon weapon) |
Place a small weapon in the slot.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
Convoy.getWeaponAmount(IWeapon weaponType) |
|
int |
Ship.getWeaponAmount(IWeapon weaponType) |
|
int |
ShipGroup.getWeaponAmount(IWeapon weaponType) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EWeapon |
Enumeration defining all weapons
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.