Uses of Class
zombie.iso.worldgen.biomes.Biome
Packages that use Biome
-
Uses of Biome in zombie.iso.worldgen
Methods in zombie.iso.worldgen that return BiomeModifier and TypeMethodDescriptionStaticModule.biome()Returns the value of thebiomerecord component.Methods in zombie.iso.worldgen that return types with arguments of type BiomeModifier and TypeMethodDescriptionWorldGenReader.loadBiomes(se.krka.kahlua.vm.KahluaTable worldgenTable, String tableKey) Constructors in zombie.iso.worldgen with parameters of type BiomeModifierConstructorDescriptionStaticModule(Biome biome, PrefabStructure prefab, int xmin, int xmax, int ymin, int ymax) Creates an instance of aStaticModulerecord class. -
Uses of Biome in zombie.iso.worldgen.biomes
Fields in zombie.iso.worldgen.biomes declared as BiomeMethod parameters in zombie.iso.worldgen.biomes with type arguments of type BiomeModifier and TypeMethodDescriptionBiomeRegistry.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) BiomeRegistry.get(Map<String, Biome> biomesIn, String filter, double[] noises, double selector, Map<BiomeType.Bush, List<Double>> bushProb, Map<BiomeType.OreLevel, List<Double>> oreLevelProb)