Uses of Class
net.minecraft.level.biome.Biome
Packages that use Biome
-
Uses of Biome in net.minecraft.level.biome
Subclasses of Biome in net.minecraft.level.biomeModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in net.minecraft.level.biome declared as BiomeModifier and TypeFieldDescriptionprivate static Biome[]Biome.biomesstatic final BiomeBiome.DESERTstatic final BiomeBiome.FORESTstatic final BiomeBiome.ICE_DESERTstatic final BiomeBiome.NETHERstatic 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.level.biome that return BiomeModifier and TypeMethodDescriptionstatic BiomeBiome.getBiome(double temperature, double double2) static BiomeBiome.getClimateBiome(float temperature, float rainfall) protected BiomeBiome.setFoliageColour(int colour) protected BiomeBiome.setGrassColour(int colour) protected Biomeprivate BiomeBiome.setRainless()protected BiomeBiome.setSnowy() -
Uses of Biome in net.minecraft.level.gen
Fields in net.minecraft.level.gen declared as BiomeMethods in net.minecraft.level.gen that return BiomeModifier and TypeMethodDescriptionBiomeSource.getBiome(int x, int z) FixedBiomeSource.getBiome(int x, int z) BiomeSource.getBiomeInChunk(Vec2i pos) FixedBiomeSource.getBiomeInChunk(Vec2i pos) Biome[]BiomeSource.getBiomes(int x, int z, int xSize, int zSize) Biome[]Biome[]FixedBiomeSource.getBiomes(int x, int z, int xSize, int zSize) Biome[]Methods in net.minecraft.level.gen with parameters of type BiomeConstructors in net.minecraft.level.gen with parameters of type Biome -
Uses of Biome in net.minecraft.level.source
Fields in net.minecraft.level.source declared as BiomeModifier and TypeFieldDescriptionprivate Biome[]OverworldLevelSource.biomesprivate Biome[]SkylandsLevelSource.field_782Methods in net.minecraft.level.source with parameters of type BiomeModifier and TypeMethodDescriptionvoidOverworldLevelSource.buildSurface(int chunkX, int chunkZ, byte[] tiles, Biome[] biomes) voidSkylandsLevelSource.method_737(int int2, int int3, byte[] byte2, Biome[] biome) voidSkylandsLevelSource.method_738(int int2, int int3, byte[] byte2, Biome[] biome, double[] double2) voidOverworldLevelSource.shapeChunk(int chunkX, int chunkZ, byte[] tiles, Biome[] biomes, double[] temperatures)