Uses of Interface
ch.sahits.game.openpatrician.model.city.IShipDueDate
-
Packages that use IShipDueDate Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl -
-
Uses of IShipDueDate in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return types with arguments of type IShipDueDate Modifier and Type Method Description java.util.List<IShipDueDate>IShipyard. getShipBuildingList()Retrieve an immutable list of the ships that are ordered to be built on this shipyard.java.util.List<IShipDueDate>IShipyard. getShipRepairList()Retrieve the list of all ships that are to be repaired.java.util.List<IShipDueDate>IShipyard. getShipUpgradeList()Retrieve the list of all ships that are to be upgraded.Methods in ch.sahits.game.openpatrician.model.city with parameters of type IShipDueDate Modifier and Type Method Description voidIShipyard. addShipBuildingOrder(IShipDueDate dueDate, java.util.Optional<TimedTask> task)Add an order for building a new ship to the list.voidIShipyard. addShipRefitOrder(IShipDueDate dueDate, java.util.Optional<TimedTask> task)Add an order for refitting a ship to the list.voidIShipyard. addShipRepairOrder(IShipDueDate dueDate, java.util.Optional<TimedTask> task)Add an order for repairing a ship to the list. -
Uses of IShipDueDate in ch.sahits.game.openpatrician.model.city.impl
Classes in ch.sahits.game.openpatrician.model.city.impl that implement IShipDueDate Modifier and Type Class Description classShipDueDateImplementation of the due date for ships.Methods in ch.sahits.game.openpatrician.model.city.impl that return types with arguments of type IShipDueDate Modifier and Type Method Description java.util.List<IShipDueDate>ShipyardState. getShipBuildingList()java.util.List<IShipDueDate>ShipyardState. getShipRepairList()java.util.List<IShipDueDate>ShipyardState. getShipUpgradeList()Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type IShipDueDate Modifier and Type Method Description voidShipyardState. addShipBuildingOrder(IShipDueDate dueDate, java.util.Optional<TimedTask> task)voidShipyardState. addShipRefitOrder(IShipDueDate dueDate, java.util.Optional<TimedTask> task)voidShipyardState. addShipRepairOrder(IShipDueDate dueDate, java.util.Optional<TimedTask> task)intShipDueDate. compareTo(IShipDueDate other)
-