TransferableStatepublic interface ITransferableJFX
| Modifier and Type | Method | 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() |
Retrieve the price calculation service
|
ch.sahits.game.openpatrician.javafx.model.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()
ch.sahits.game.openpatrician.javafx.model.EDialogType getDialogType()
int getAmount(int availableAmountCity)
availableAmountCity - available amount in the citych.sahits.game.openpatrician.model.product.ETransferAmount getMovableAmount()
ch.sahits.game.openpatrician.model.product.ComputablePriceV2 getComputablePrice()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.