Uses of Interface
ch.sahits.game.openpatrician.model.city.cityhall.ICityPetition
-
Packages that use ICityPetition Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of ICityPetition in ch.sahits.game.openpatrician.model.city.cityhall
Subinterfaces of ICityPetition in ch.sahits.game.openpatrician.model.city.cityhall Modifier and Type Interface Description interfaceICityWallPetitionPetition to enlarge the city wall.interfaceIHeadTaxPetitionPetition to change the head tax.interfaceIMilitiaPetitionPetition to enlarge the city militia.interfaceISpecialTaxPetitionPetition to collect money from all tradesmen in the city as a one time event.Methods in ch.sahits.game.openpatrician.model.city.cityhall that return types with arguments of type ICityPetition Modifier and Type Method Description java.util.Optional<ICityPetition>ICityHall. getPetition()Petition to be discussed at the next council meeting.Method parameters in ch.sahits.game.openpatrician.model.city.cityhall with type arguments of type ICityPetition Modifier and Type Method Description voidICityHall. setPetition(java.util.Optional<ICityPetition> petition)Set the petition. -
Uses of ICityPetition in ch.sahits.game.openpatrician.model.city.cityhall.impl
Classes in ch.sahits.game.openpatrician.model.city.cityhall.impl that implement ICityPetition Modifier and Type Class Description classCityWallPetitionclassHeadTaxPetitionclassMilitiaPetitionclassSpecialTaxPetitionConstructors in ch.sahits.game.openpatrician.model.city.cityhall.impl with parameters of type ICityPetition Constructor Description Ballot(ICityPetition petition)
-