public class BuildingAuction extends AbstractAuction implements IBuildingAuction
| Modifier and Type | Field and Description |
|---|---|
private IBuilding |
auctionedBuilding |
| Constructor and Description |
|---|
BuildingAuction(java.time.LocalDateTime auctionDate,
int startingBid,
IPlayer owner,
IBuilding auctionedBuilding)
Create an auction for a building.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuctionedBuildinggetAuctionDate, getBiddingPlayer, getBiddingPlayers, getBidLevel, getCurrentBid, getCurrentTask, getOwner, getStartingBid, setAuctionDate, setBiddingPlayer, setBiddingPlayers, setBidLevel, setCurrentBid, setCurrentTaskprivate final IBuilding auctionedBuilding
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.