Uses of Class
ch.sahits.game.openpatrician.model.city.EChurchExtension
-
Packages that use EChurchExtension Package Description ch.sahits.game.openpatrician.model.city -
-
Uses of EChurchExtension in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return EChurchExtension Modifier and Type Method Description EChurchExtensionIChurch. getExtensionLevel()Retrieve the next extension level.static EChurchExtensionEChurchExtension. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EChurchExtension[]EChurchExtension. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.model.city that return types with arguments of type EChurchExtension Modifier and Type Method Description java.util.Optional<EChurchExtension>EChurchExtension. getNextExtensionLevel()Retrieve the next extension level if one is available.
-