public interface IWeaponsDealer extends IPerson
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.IntegerProperty |
amountAvailableProperty(EWeapon weapon)
Property representing the amount that can be bought from the dealer.
|
int |
move(IWeapon weapon,
int amount)
Move ware into this holding.
|
javafx.beans.property.IntegerProperty amountAvailableProperty(EWeapon weapon)
weapon - that is to be soldint move(IWeapon weapon, int amount)
weapon - to be movedamount - of the ware that is movedCopyright © 2011-2017 Sahits GmbH. All Rights Reserved.