| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
IWeaponsDealer.amountAvailableProperty(EWeapon weapon)
Property representing the amount that can be bought from the dealer.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
WeaponsDealerState.amountAvailableProperty(EWeapon weapon) |
| Modifier and Type | Method and Description |
|---|---|
String |
ModelTranslations.getLocalDisplayName(EWeapon weapon)
Retrieve the localized display name for
id. |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
Ship.isLargeWeapon(EWeapon weapon) |
| Modifier and Type | Method and Description |
|---|---|
static EWeapon |
EWeapon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWeapon[] |
EWeapon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.