Uses of Enum Class
zombie.iso.worldgen.biomes.BiomeType.OreLevel
Packages that use BiomeType.OreLevel
-
Uses of BiomeType.OreLevel in zombie.iso.worldgen.biomes
Subclasses with type arguments of type BiomeType.OreLevel in zombie.iso.worldgen.biomesFields in zombie.iso.worldgen.biomes with type parameters of type BiomeType.OreLevelMethods in zombie.iso.worldgen.biomes that return BiomeType.OreLevelModifier and TypeMethodDescriptionstatic BiomeType.OreLevel
Returns the enum constant of this class with the specified name.static BiomeType.OreLevel[]
BiomeType.OreLevel.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.OreLevelMethods in zombie.iso.worldgen.biomes with parameters of type BiomeType.OreLevelModifier and TypeMethodDescriptionBiomeAbstract.oreLevel
(BiomeType.OreLevel oreLevelx) IBiome.oreLevel
(BiomeType.OreLevel var1) Method parameters in zombie.iso.worldgen.biomes with type arguments of type BiomeType.OreLevelModifier and TypeMethodDescriptionBiomeAbstract.oreLevel
(EnumSet<BiomeType.OreLevel> enumSet) IBiome.oreLevel
(EnumSet<BiomeType.OreLevel> var1)