Uses of Interface
ch.sahits.game.openpatrician.model.city.cityhall.IOutriggerContract
-
Packages that use IOutriggerContract Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of IOutriggerContract in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return types with arguments of type IOutriggerContract Modifier and Type Method Description java.util.Optional<IOutriggerContract>ICityHall. getOutriggerContract()Current outrigger of the city.Method parameters in ch.sahits.game.openpatrician.model.city.cityhall with type arguments of type IOutriggerContract Modifier and Type Method Description voidICityHall. setOutriggerContract(java.util.Optional<IOutriggerContract> contract)Set the outrigger contract. -
Uses of IOutriggerContract in ch.sahits.game.openpatrician.model.city.cityhall.impl
Classes in ch.sahits.game.openpatrician.model.city.cityhall.impl that implement IOutriggerContract Modifier and Type Class Description classOutriggerContract
-