Uses of Class
net.minecraft.world.biome.Biome
Packages that use Biome
-
Uses of Biome in net.minecraft
Fields in net.minecraft declared as BiomeModifier and TypeFieldDescriptionprivate Biome[]class_538.field_2266private Biomeclass_152.field_554private Biome[]class_208.field_782Methods in net.minecraft that return BiomeModifier and TypeMethodDescriptionclass_152.getBiome(int x, int z) Biome[]class_152.getBiomesInArea(int x, int z, int width, int depth) Biome[]class_152.getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) Methods in net.minecraft with parameters of type BiomeModifier and TypeMethodDescriptionBiome[]class_152.getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) voidclass_538.method_1797(int int2, int int3, byte[] byte2, Biome[] biome) voidclass_538.method_1798(int int2, int int3, byte[] byte2, Biome[] biome, double[] double2) voidclass_208.method_737(int int2, int int3, byte[] byte2, Biome[] biome) voidclass_208.method_738(int int2, int int3, byte[] byte2, Biome[] biome, double[] double2) Constructors in net.minecraft with parameters of type Biome -
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) Biome[]BiomeSource.getBiomesInArea(int x, int z, int width, int depth) Biome[]BiomeSource.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)