| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city.guild | |
| ch.sahits.game.openpatrician.model.city.guild.impl |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
IBuildingAuction |
|
interface |
IShipAuction |
Model for the auction of a ship.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IAuction> |
IGuild.getAuctions() |
Retreve the all auctions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IGuild.resetAuction(IAuction auction) |
Once the auction has happened the value must be reset.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractAuction |
This class implements the base fuctionality as defined by
IAuction. |
class |
BuildingAuction |
Implement the auction for a building
|
class |
ShipAuction |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Guild.resetAuction(IAuction auction) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.