Class BiomeRegistry
java.lang.Object
zombie.iso.worldgen.biomes.BiomeRegistry
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionget(Map<String, Biome> biomesIn, double[] 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) get(Map<String, Biome> biomesIn, String filter, double[] noises, double selector, Map<BiomeType.Bush, List<Double>> bushProb, Map<BiomeType.OreLevel, List<Double>> oreLevelProb) voidreset()
-
Field Details
-
instance
-
-
Method Details
-
reset
public void reset() -
get
public IBiome get(Map<String, Biome> biomesIn, double[] 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) -
get
-