Uses of Interface
ch.sahits.game.openpatrician.model.city.guild.IShipAuction
-
Packages that use IShipAuction Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.city.guild.impl -
-
Uses of IShipAuction in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IShipAuction Modifier and Type Method Description IShipAuctionModelFactory. createAnonymousShipAuction(java.time.LocalDateTime auctionDate, int startingBid, IShip ship)Retrieve an auction instance for aship, that has no previous owner, e.g.IShipAuctionModelFactory. createShipAuction(java.time.LocalDateTime auctionDate, int startingBid, IPlayer owner, IShip ship)Retrieve an auction instance for theshipowned byowner, which will be auctioned onauctionDatestarting withstartingBid -
Uses of IShipAuction in ch.sahits.game.openpatrician.model.city.guild.impl
Classes in ch.sahits.game.openpatrician.model.city.guild.impl that implement IShipAuction Modifier and Type Class Description classShipAuction
-