Uses of Interface
ch.sahits.game.openpatrician.model.city.guild.IBuildingAuction
-
Packages that use IBuildingAuction Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.city.guild.impl -
-
Uses of IBuildingAuction in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IBuildingAuction Modifier and Type Method Description IBuildingAuctionModelFactory. createBuildingAuction(java.time.LocalDateTime auctionDate, int startingBid, IPlayer owner, IBuilding building)Retrieve an auction instance for thebuildingowned byowner, which will be auctioned onauctionDatestarting withstartingBid -
Uses of IBuildingAuction in ch.sahits.game.openpatrician.model.city.guild.impl
Classes in ch.sahits.game.openpatrician.model.city.guild.impl that implement IBuildingAuction Modifier and Type Class Description classBuildingAuctionImplement the auction for a building
-