@Service
@Lazy
public class TavernDialogUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
TavernDialogUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
noShipWithEnoughCapacityAvailable(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX city,
int amountInBale) |
Check if there is a ship with enough capacity to load the ware onto.
|
void |
stopTalkingToPerson(ch.sahits.game.openpatrician.model.city.impl.TavernState tavernState,
ch.sahits.game.openpatrician.model.IPlayer player) |
public void stopTalkingToPerson(ch.sahits.game.openpatrician.model.city.impl.TavernState tavernState,
ch.sahits.game.openpatrician.model.IPlayer player)
public boolean noShipWithEnoughCapacityAvailable(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX city,
int amountInBale)
city - city proxy containing the players ship currently in portamountInBale - amount that should be available in balesCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.