| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
IWeaponsDealer.amountAvailableProperty(EWeapon weapon) |
Property representing the amount that can be bought from the dealer.
|
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
WeaponsDealerState.amountAvailableProperty(EWeapon weapon) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ModelTranslations.getLocalDisplayName(EWeapon weapon) |
Retrieve the localized display name for
id. |
| Modifier and Type | Method | Description |
|---|---|---|
static EWeapon |
EWeapon.valueOf(java.lang.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.