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