Uses of Interface
ch.sahits.game.openpatrician.model.city.cityhall.ICityViolation
-
Packages that use ICityViolation Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of ICityViolation in ch.sahits.game.openpatrician.model.city.cityhall
Subinterfaces of ICityViolation in ch.sahits.game.openpatrician.model.city.cityhall Modifier and Type Interface Description interfaceICustomsViolationViolation by requiring custom duties on specific wares.interfaceIPirateSupportViolationViolation by supporting pirates.interfaceIPlunderTradingOfficesViolationViolation byx plundering trading offices.interfaceISpecialTaxViolationViolation by collection special taxes without reason.Methods in ch.sahits.game.openpatrician.model.city.cityhall that return types with arguments of type ICityViolation Modifier and Type Method Description java.util.Optional<ICityViolation>IAldermanOffice. getViolation()Get the current violation. -
Uses of ICityViolation in ch.sahits.game.openpatrician.model.city.cityhall.impl
Classes in ch.sahits.game.openpatrician.model.city.cityhall.impl that implement ICityViolation Modifier and Type Class Description classCityViolationclassCustomsViolationclassPirateSupportViolationclassPlunderTradingOfficeViolationclassSpecialTaxViolationConstructors in ch.sahits.game.openpatrician.model.city.cityhall.impl with parameters of type ICityViolation Constructor Description Ballot(ICityViolation violation)
-