| 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.
|
javafx.beans.binding.IntegerBinding |
IWeaponsDealer.buyPriceBinding(javafx.beans.property.ObjectProperty<ETransferAmount> amount,
EWeapon weapon)
Binding indicating the buy price.
|
javafx.beans.binding.IntegerBinding |
IWeaponsDealer.sellPriceBinding(EWeapon weapon,
javafx.beans.binding.IntegerBinding amountToSell)
Binding indicating the sell price.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.IntegerProperty |
WeaponsDealerState.amountAvailableProperty(EWeapon weapon) |
javafx.beans.binding.IntegerBinding |
WeaponsDealerState.buyPriceBinding(javafx.beans.property.ObjectProperty<ETransferAmount> amount,
EWeapon weapon) |
javafx.beans.binding.IntegerBinding |
WeaponsDealerState.sellPriceBinding(EWeapon weapon,
javafx.beans.binding.IntegerBinding amountToSell) |
| Modifier and Type | Field and Description |
|---|---|
private EWeapon |
WeaponsLocation.weapon
The weapon in the slot
|
| Modifier and Type | Method and Description |
|---|---|
String |
ModelTranslations.getLocalDisplayName(EWeapon weapon)
Retrieve the localized display name for
id. |
| 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-2015 Sahits GmbH. All Rights Reserved.