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 thebiome
record component.Methods in zombie.iso.worldgen that return types with arguments of type BiomeModifier and TypeMethodDescriptionWGReader.loadBiomes
(se.krka.kahlua.vm.KahluaTable kahluaTable1, String string) 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 aStaticModule
record 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> map6, double[] double0, double double1, Map<BiomeType.Landscape, List<Double>> map0, Map<BiomeType.Plant, List<Double>> map1, Map<BiomeType.Bush, List<Double>> map2, Map<BiomeType.Temperature, List<Double>> map3, Map<BiomeType.Hygrometry, List<Double>> map4, Map<BiomeType.OreLevel, List<Double>> map5) BiomeRegistry.get
(Map<String, Biome> map2, String string, double[] double0, double double1, Map<BiomeType.Bush, List<Double>> map0, Map<BiomeType.OreLevel, List<Double>> map1)