Uses of Interface
net.minecraft.world.biome.BiomeManager.IBiomeReader
-
-
Uses of BiomeManager.IBiomeReader in net.minecraft.client.world
Classes in net.minecraft.client.world that implement BiomeManager.IBiomeReader Modifier and Type Class Description class
ClientWorld
-
Uses of BiomeManager.IBiomeReader in net.minecraft.world
Subinterfaces of BiomeManager.IBiomeReader in net.minecraft.world Modifier and Type Interface Description interface
IBiomeReader
interface
IDayTimeReader
interface
ISeedReader
interface
IServerWorld
interface
IWorld
interface
IWorldReader
Classes in net.minecraft.world that implement BiomeManager.IBiomeReader Modifier and Type Class Description class
World
-
Uses of BiomeManager.IBiomeReader in net.minecraft.world.biome
Classes in net.minecraft.world.biome that implement BiomeManager.IBiomeReader Modifier and Type Class Description class
BiomeContainer
Fields in net.minecraft.world.biome declared as BiomeManager.IBiomeReader Modifier and Type Field Description private BiomeManager.IBiomeReader
BiomeManager. noiseBiomeSource
Methods in net.minecraft.world.biome with parameters of type BiomeManager.IBiomeReader Modifier and Type Method Description Biome
ColumnFuzzedBiomeMagnifier. getBiome(long p_225532_1_, int p_225532_3_, int p_225532_4_, int p_225532_5_, BiomeManager.IBiomeReader p_225532_6_)
Biome
DefaultBiomeMagnifier. getBiome(long p_225532_1_, int p_225532_3_, int p_225532_4_, int p_225532_5_, BiomeManager.IBiomeReader p_225532_6_)
Biome
FuzzedBiomeMagnifier. getBiome(long p_225532_1_, int p_225532_3_, int p_225532_4_, int p_225532_5_, BiomeManager.IBiomeReader p_225532_6_)
Biome
IBiomeMagnifier. getBiome(long p_225532_1_, int p_225532_3_, int p_225532_4_, int p_225532_5_, BiomeManager.IBiomeReader p_225532_6_)
Constructors in net.minecraft.world.biome with parameters of type BiomeManager.IBiomeReader Constructor Description BiomeManager(BiomeManager.IBiomeReader p_i225744_1_, long p_i225744_2_, IBiomeMagnifier p_i225744_4_)
-
Uses of BiomeManager.IBiomeReader in net.minecraft.world.biome.provider
Classes in net.minecraft.world.biome.provider that implement BiomeManager.IBiomeReader Modifier and Type Class Description class
BiomeProvider
class
CheckerboardBiomeProvider
class
EndBiomeProvider
class
NetherBiomeProvider
class
OverworldBiomeProvider
class
SingleBiomeProvider
-
Uses of BiomeManager.IBiomeReader in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement BiomeManager.IBiomeReader Modifier and Type Class Description class
WorldGenRegion
-
Uses of BiomeManager.IBiomeReader in net.minecraft.world.server
Classes in net.minecraft.world.server that implement BiomeManager.IBiomeReader Modifier and Type Class Description class
ServerWorld
-