| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.city.guild.impl |
| Modifier and Type | Method and Description |
|---|---|
IShipAuction |
ModelFactory.createAnonymousShipAuction(org.joda.time.DateTime auctionDate,
int startingBid,
IShip ship)
Retrieve an auction instance for a
ship, that has no previous owner, e.g. |
IShipAuction |
ModelFactory.createShipAuction(org.joda.time.DateTime auctionDate,
int startingBid,
IPlayer owner,
IShip ship)
Retrieve an auction instance for the
ship owned by owner, which
will be auctioned on auctionDate starting with startingBid |
| Modifier and Type | Class and Description |
|---|---|
class |
ShipAuction |
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.