Uses of Enum Class
zombie.iso.worldgen.biomes.BiomeType.Temperature
Packages that use BiomeType.Temperature
-
Uses of BiomeType.Temperature in zombie.iso.worldgen.biomes
Subclasses with type arguments of type BiomeType.Temperature in zombie.iso.worldgen.biomesFields in zombie.iso.worldgen.biomes with type parameters of type BiomeType.TemperatureModifier and TypeFieldDescriptionprotected EnumSet
<BiomeType.Temperature> BiomeAbstract.temperature
Methods in zombie.iso.worldgen.biomes that return BiomeType.TemperatureModifier and TypeMethodDescriptionstatic BiomeType.Temperature
Returns the enum constant of this class with the specified name.static BiomeType.Temperature[]
BiomeType.Temperature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.iso.worldgen.biomes that return types with arguments of type BiomeType.TemperatureMethods in zombie.iso.worldgen.biomes with parameters of type BiomeType.TemperatureModifier and TypeMethodDescriptionBiomeAbstract.temperature
(BiomeType.Temperature temperaturex) IBiome.temperature
(BiomeType.Temperature var1) Method parameters in zombie.iso.worldgen.biomes with type arguments of type BiomeType.TemperatureModifier and TypeMethodDescriptionBiomeAbstract.temperature
(EnumSet<BiomeType.Temperature> enumSet) IBiome.temperature
(EnumSet<BiomeType.Temperature> var1)