Uses of Enum Class
zombie.iso.worldgen.biomes.BiomeType.Hygrometry
Packages that use BiomeType.Hygrometry
-
Uses of BiomeType.Hygrometry in zombie.iso.worldgen.biomes
Subclasses with type arguments of type BiomeType.Hygrometry in zombie.iso.worldgen.biomesFields in zombie.iso.worldgen.biomes with type parameters of type BiomeType.HygrometryModifier and TypeFieldDescriptionprotected EnumSet
<BiomeType.Hygrometry> BiomeAbstract.hygrometry
Methods in zombie.iso.worldgen.biomes that return BiomeType.HygrometryModifier and TypeMethodDescriptionstatic BiomeType.Hygrometry
Returns the enum constant of this class with the specified name.static BiomeType.Hygrometry[]
BiomeType.Hygrometry.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.HygrometryMethods in zombie.iso.worldgen.biomes with parameters of type BiomeType.HygrometryModifier and TypeMethodDescriptionBiomeAbstract.hygrometry
(BiomeType.Hygrometry hygrometryx) IBiome.hygrometry
(BiomeType.Hygrometry var1) Method parameters in zombie.iso.worldgen.biomes with type arguments of type BiomeType.HygrometryModifier and TypeMethodDescriptionBiomeAbstract.hygrometry
(EnumSet<BiomeType.Hygrometry> enumSet) IBiome.hygrometry
(EnumSet<BiomeType.Hygrometry> var1)