| Modifier and Type | Method and Description |
|---|---|
Optional<ITradingOffice> |
IPlayer.findTradingOffice(ICity city)
Find the trading office of the player in the city.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ITradingOffice> |
TradingOfficeList.offices |
| Modifier and Type | Method and Description |
|---|---|
List<ITradingOffice> |
TradingOfficeList.findOwnedBy(IPlayer player)
Find all trading offices of a player.
|
Iterator<ITradingOffice> |
TradingOfficeList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TradingOfficeList.add(ITradingOffice iTradingOffice) |
| Modifier and Type | Class and Description |
|---|---|
class |
TradingOffice
Implementation of the trading office
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ITradingOffice> |
Player.findTradingOffice(ICity city) |
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.