Uses of Record Class
zombie.iso.worldgen.biomes.Feature
Packages that use Feature
-
Uses of Feature in zombie.iso.worldgen
Methods in zombie.iso.worldgen that return FeatureModifier and TypeMethodDescriptionWorldGenTile.findFeature(List<Feature> features, float prefilterProba, float postfilterProba, Random rnd) Methods in zombie.iso.worldgen that return types with arguments of type FeatureModifier and TypeMethodDescriptionWorldGenReader.loadReplacements(se.krka.kahlua.vm.KahluaTable replacementsTable) Method parameters in zombie.iso.worldgen with type arguments of type FeatureModifier and TypeMethodDescriptionWorldGenTile.findFeature(List<Feature> features, float prefilterProba, float postfilterProba, Random rnd) -
Uses of Feature in zombie.iso.worldgen.biomes
Methods in zombie.iso.worldgen.biomes that return types with arguments of type FeatureModifier and TypeMethodDescriptionBiome.getFeatures()abstract Map<FeatureType, List<Feature>> BiomeAbstract.getFeatures()IBiome.getFeatures()Biome.getReplacements()BiomeAbstract.getReplacements()IBiome.getReplacements()Constructor parameters in zombie.iso.worldgen.biomes with type arguments of type FeatureModifierConstructorDescriptionBiome(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)