| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.IntegerProperty |
IWeaponsDealer.amountAvailableProperty(EWeapon weapon)
Property representing the amount that can be bought from the dealer.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.IntegerProperty |
WeaponsDealerState.amountAvailableProperty(EWeapon weapon) |
| Modifier and Type | Field and Description |
|---|---|
private EWeapon |
WeaponsLocation.weapon
The weapon in the slot
|
| 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-2017 Sahits GmbH. All Rights Reserved.