Uses of Class
net.minecraft.world.biome.Biome
Packages that use Biome
Package
Description
-
Uses of Biome in net.minecraft.world.biome
Subclasses of Biome in net.minecraft.world.biomeModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in net.minecraft.world.biome declared as BiomeModifier and TypeFieldDescriptionprivate static Biome[]Biome.BIOMESstatic final BiomeBiome.DESERTstatic final BiomeBiome.FORESTstatic final BiomeBiome.HELLstatic final BiomeBiome.ICE_DESERTstatic final BiomeBiome.PLAINSstatic final BiomeBiome.RAINFORESTstatic final BiomeBiome.SAVANNAstatic final BiomeBiome.SEASONAL_FORESTstatic final BiomeBiome.SHRUBLANDstatic final BiomeBiome.SKYstatic final BiomeBiome.SWAMPLANDstatic final BiomeBiome.TAIGAstatic final BiomeBiome.TUNDRAMethods in net.minecraft.world.biome that return BiomeModifier and TypeMethodDescriptionprivate BiomeBiome.disableRain()protected BiomeBiome.enableSnow()static BiomeBiome.getBiome(double temperature, double downfall) static BiomeBiome.locateBiome(float temperature, float downfall) protected BiomeBiome.setFoliageColor(int foliageColor) protected BiomeBiome.setGrassColor(int grassColor) protected Biome -
Uses of Biome in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as BiomeMethods in net.minecraft.world.biome.source that return BiomeModifier and TypeMethodDescriptionBiomeSource.getBiome(int x, int z) FixedBiomeSource.getBiome(int x, int z) Biome[]BiomeSource.getBiomesInArea(int x, int z, int width, int depth) Biome[]BiomeSource.getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) Biome[]FixedBiomeSource.getBiomesInArea(int x, int z, int width, int depth) Biome[]FixedBiomeSource.getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) Methods in net.minecraft.world.biome.source with parameters of type BiomeModifier and TypeMethodDescriptionBiome[]BiomeSource.getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) Biome[]FixedBiomeSource.getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) Constructors in net.minecraft.world.biome.source with parameters of type Biome -
Uses of Biome in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BiomeModifier and TypeFieldDescriptionprivate Biome[]OverworldChunkGenerator.biomesprivate Biome[]SkyChunkGenerator.biomesMethods in net.minecraft.world.gen.chunk with parameters of type BiomeModifier and TypeMethodDescriptionvoidOverworldChunkGenerator.buildSurfaces(int chunkX, int chunkZ, byte[] blocks, Biome[] biomes) voidSkyChunkGenerator.buildSurfaces(int chunkX, int chunkZ, byte[] blocks, Biome[] biomes) voidOverworldChunkGenerator.buildTerrain(int chunkX, int chunkZ, byte[] blocks, Biome[] biomes, double[] temperatures) voidSkyChunkGenerator.buildTerrain(int chunkX, int chunkZ, byte[] blocks, Biome[] biomes, double[] temperatures)