Uses of Record Class
zombie.iso.worldgen.biomes.BiomeNoise
Packages that use BiomeNoise
-
Uses of BiomeNoise in zombie.iso.worldgen
Methods in zombie.iso.worldgen that return BiomeNoise -
Uses of BiomeNoise in zombie.iso.worldgen.biomes
Methods in zombie.iso.worldgen.biomes with parameters of type BiomeNoiseModifier and TypeMethodDescriptionBiomeRegistry.get(Map<String, Biome> biomesIn, String filter, BiomeNoise noises, double selector, Map<BiomeType.Bush, List<Double>> bushProb, Map<BiomeType.OreLevel, List<Double>> oreLevelProb) BiomeRegistry.get(Map<String, Biome> biomesIn, BiomeNoise noises, double selector, Map<BiomeType.Landscape, List<Double>> landscapeProb, Map<BiomeType.Plant, List<Double>> plantProb, Map<BiomeType.Bush, List<Double>> bushProb, Map<BiomeType.Temperature, List<Double>> temperatureProb, Map<BiomeType.Hygrometry, List<Double>> hygrometryProb, Map<BiomeType.OreLevel, List<Double>> oreLevelProb)