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 BiomeAccessBiomeEffectSoundPlayer. biomeAccessConstructors 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 BiomeAccessChunkRegion. biomeAccessprivate BiomeAccessWorld. biomeAccessMethods in net.minecraft.world that return BiomeAccess Modifier and Type Method Description BiomeAccessChunkRegion. getBiomeAccess()BiomeAccessWorld. getBiomeAccess()BiomeAccessWorldView. 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 BiomeAccessBiomeAccess. 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 voidChunkGenerator. carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)Generates caves for the given chunk.voidDebugChunkGenerator. carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)Generates caves for the given chunk.