Uses of Class
net.minecraft.world.biome.source.BiomeAccess
Package | Description |
---|---|
net.minecraft.client.sound | |
net.minecraft.world | |
net.minecraft.world.biome.source | |
net.minecraft.world.gen.chunk |
-
Uses of BiomeAccess in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as BiomeAccess Modifier and Type Field Description private BiomeAccess
BiomeEffectSoundPlayer. biomeAccess
Constructors in net.minecraft.client.sound with parameters of type BiomeAccess Constructor Description BiomeEffectSoundPlayer(ClientPlayerEntity player, SoundManager soundManager, BiomeAccess biomeAccess)
-
Uses of BiomeAccess in net.minecraft.world
Fields in net.minecraft.world declared as BiomeAccess Modifier and Type Field Description private BiomeAccess
ChunkRegion. biomeAccess
private BiomeAccess
World. biomeAccess
Methods in net.minecraft.world that return BiomeAccess Modifier and Type Method Description BiomeAccess
ChunkRegion. getBiomeAccess()
BiomeAccess
World. getBiomeAccess()
BiomeAccess
WorldView. getBiomeAccess()
-
Uses of BiomeAccess in net.minecraft.world.biome.source
Methods in net.minecraft.world.biome.source that return BiomeAccess Modifier and Type Method Description BiomeAccess
BiomeAccess. withSource(BiomeSource source)
-
Uses of BiomeAccess in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type BiomeAccess Modifier and Type Method Description void
ChunkGenerator. carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)
Generates caves for the given chunk.void
DebugChunkGenerator. carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)
Generates caves for the given chunk.