Storagepublic interface IStorage
| Modifier and Type | Method | Description |
|---|---|---|
javafx.beans.binding.IntegerBinding |
costsPerDayBinding() |
Retrieve the daily cost for rent storage
|
javafx.beans.binding.IntegerBinding |
guardCostsPerDayBinding() |
Retrieve the costs for the guards
|
javafx.beans.property.IntegerProperty |
numberGuardsProperty() |
Retrieve the number of guards
|
javafx.beans.property.IntegerProperty |
rentOutStorageProperty() |
Retrieve the amount of storage in barrels that is rented by someone else
|
javafx.beans.binding.ObjectBinding<ELevel> |
securityLevelBinding() |
Retrieve the security level
|
void |
updateGuardsNumber(int update) |
Increase or decrease the number of guards
|
void |
updateRendedSpace(int nbBarrels) |
Update the rented out space
|
javafx.beans.property.IntegerProperty rentOutStorageProperty()
void updateRendedSpace(int nbBarrels)
nbBarrels - rented out space in barrelsjavafx.beans.binding.IntegerBinding costsPerDayBinding()
javafx.beans.property.IntegerProperty numberGuardsProperty()
javafx.beans.binding.IntegerBinding guardCostsPerDayBinding()
javafx.beans.binding.ObjectBinding<ELevel> securityLevelBinding()
void updateGuardsNumber(int update)
update - delta in the number of guards.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.