Uses of Class
ch.sahits.game.openpatrician.model.city.impl.ECityState
-
Packages that use ECityState Package Description ch.sahits.game.openpatrician.model.city.impl -
-
Uses of ECityState in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl that return ECityState Modifier and Type Method Description static ECityStateECityState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECityState[]ECityState. 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.impl that return types with arguments of type ECityState Modifier and Type Method Description javafx.beans.property.ObjectProperty<ECityState>CityState. cityEventProperty()Property holding the corrent city event, may be null.
-