Uses of Enum Class
zombie.iso.worldgen.biomes.BiomeType.Landscape
Packages that use BiomeType.Landscape
-
Uses of BiomeType.Landscape in zombie.iso.worldgen.biomes
Subclasses with type arguments of type BiomeType.Landscape in zombie.iso.worldgen.biomesFields in zombie.iso.worldgen.biomes with type parameters of type BiomeType.LandscapeMethods in zombie.iso.worldgen.biomes that return BiomeType.LandscapeModifier and TypeMethodDescriptionstatic BiomeType.Landscape
Returns the enum constant of this class with the specified name.static BiomeType.Landscape[]
BiomeType.Landscape.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.LandscapeMethods in zombie.iso.worldgen.biomes with parameters of type BiomeType.LandscapeModifier and TypeMethodDescriptionBiomeAbstract.landscape
(BiomeType.Landscape landscapex) IBiome.landscape
(BiomeType.Landscape var1) Method parameters in zombie.iso.worldgen.biomes with type arguments of type BiomeType.LandscapeModifier and TypeMethodDescriptionBiomeAbstract.landscape
(EnumSet<BiomeType.Landscape> enumSet) IBiome.landscape
(EnumSet<BiomeType.Landscape> var1) Constructor parameters in zombie.iso.worldgen.biomes with type arguments of type BiomeType.LandscapeModifierConstructorDescriptionBiome
(String string0, String string1, boolean boolean0, Map<FeatureType, List<Feature>> map0, Map<String, List<Feature>> map1, EnumSet<BiomeType.Landscape> enumSet0, EnumSet<BiomeType.Plant> enumSet1, EnumSet<BiomeType.Bush> enumSet2, EnumSet<BiomeType.Temperature> enumSet3, EnumSet<BiomeType.Hygrometry> enumSet4, EnumSet<BiomeType.OreLevel> enumSet5, float float0, List<String> list, Grass grass)