Uses of Record Class
zombie.iso.worldgen.biomes.Grass
Packages that use Grass
-
Uses of Grass in zombie.iso.worldgen.biomes
Fields in zombie.iso.worldgen.biomes declared as GrassMethods in zombie.iso.worldgen.biomes that return GrassMethods in zombie.iso.worldgen.biomes with parameters of type GrassModifier and TypeMethodDescriptionConstructors in zombie.iso.worldgen.biomes with parameters of type GrassModifierConstructorDescriptionBiome(String name, String parent, boolean generate, Map<FeatureType, List<Feature>> features, Map<String, List<Feature>> replacements, EnumSet<BiomeType.Landscape> landscape, EnumSet<BiomeType.Plant> plant, EnumSet<BiomeType.Bush> bush, EnumSet<BiomeType.Temperature> temperature, EnumSet<BiomeType.Hygrometry> hygrometry, EnumSet<BiomeType.OreLevel> oreLevel, float zombies, Map<FeatureType, List<String>> placements, List<String> protected_, Grass grass)