Uses of Enum Class
model.util.BuildableType
Packages that use BuildableType
-
Uses of BuildableType in model.common
Methods in model.common that return BuildableType -
Uses of BuildableType in model.facility
Methods in model.facility that return BuildableTypeModifier and TypeMethodDescriptionForest.getBuildableType()
Police.getBuildableType()
Road.getBuildableType()
School.getBuildableType()
Stadium.getBuildableType()
University.getBuildableType()
-
Uses of BuildableType in model.util
Methods in model.util that return BuildableTypeModifier and TypeMethodDescriptionstatic BuildableType
Returns the enum constant of this class with the specified name.static BuildableType[]
BuildableType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BuildableType in model.zone
Fields in model.zone declared as BuildableTypeMethods in model.zone that return BuildableTypeModifier and TypeMethodDescriptionCommercialZone.getBuildableType()
IndustrialZone.getBuildableType()
ResidentialZone.getBuildableType()
Zone.getBuildableType()