public interface ITransferableJFX
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount(int availableAmountCity)
Retrieve the amount that should be transferred.
|
ch.sahits.game.openpatrician.model.city.ICity |
getCity()
Retrieve the city.
|
ch.sahits.game.openpatrician.model.product.ComputablePriceV2 |
getComputablePrice() |
EDialogType |
getDialogType()
Retrieve the dialog type of this transfer
|
ch.sahits.game.openpatrician.model.product.ETransferAmount |
getMovableAmount()
Retreive the amount category that is movable
|
ch.sahits.game.openpatrician.model.IPlayer |
getPlayer()
Retrieve the player.
|
ch.sahits.game.openpatrician.model.ship.INavigableVessel |
getVessel()
Retrieve the vessel associated.
|
ch.sahits.game.openpatrician.model.ship.INavigableVessel getVessel()
ch.sahits.game.openpatrician.model.city.ICity getCity()
ch.sahits.game.openpatrician.model.IPlayer getPlayer()
EDialogType getDialogType()
int getAmount(int availableAmountCity)
availableAmountCity - ch.sahits.game.openpatrician.model.product.ETransferAmount getMovableAmount()
ch.sahits.game.openpatrician.model.product.ComputablePriceV2 getComputablePrice()
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.