| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city.guild | |
| ch.sahits.game.openpatrician.model.city.guild.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBuildingAuction |
interface |
IShipAuction
Model for the auction of a ship.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAuction> |
IGuild.getAuctions()
Retreve the all auctions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGuild.resetAuction(IAuction auction)
Once the auction has happened the value must be reset.
|
| Modifier and Type | Class and 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 | Field and Description |
|---|---|
private List<IAuction> |
Guild.auctions |
| Modifier and Type | Method and Description |
|---|---|
void |
Guild.resetAuction(IAuction auction) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.