Uses of Class
net.minecraft.world.level.chunk.ChunkBiomeContainer
Packages that use ChunkBiomeContainer
-
Uses of ChunkBiomeContainer in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ChunkBiomeContainerModifier and TypeMethodDescriptionClientChunkCache.replaceWithPacketData(int p_171616_, int p_171617_, ChunkBiomeContainer p_171618_, FriendlyByteBuf p_171619_, CompoundTag p_171620_, BitSet p_171621_)
-
Uses of ChunkBiomeContainer in net.minecraft.world.level.chunk
Subclasses of ChunkBiomeContainer in net.minecraft.world.level.chunkModifier and TypeClassDescription(package private) static class
Fields in net.minecraft.world.level.chunk declared as ChunkBiomeContainerModifier and TypeFieldDescriptionprivate ChunkBiomeContainer
LevelChunk.biomes
private ChunkBiomeContainer
ProtoChunk.biomes
Methods in net.minecraft.world.level.chunk that return ChunkBiomeContainerModifier and TypeMethodDescriptionChunkAccess.getBiomes()
ImposterProtoChunk.getBiomes()
LevelChunk.getBiomes()
ProtoChunk.getBiomes()
Methods in net.minecraft.world.level.chunk with parameters of type ChunkBiomeContainerModifier and TypeMethodDescriptionvoid
LevelChunk.replaceWithPacketData(ChunkBiomeContainer p_156384_, FriendlyByteBuf p_156385_, CompoundTag p_156386_, BitSet p_156387_)
void
ImposterProtoChunk.setBiomes(ChunkBiomeContainer p_62696_)
void
ProtoChunk.setBiomes(ChunkBiomeContainer p_63186_)
Constructors in net.minecraft.world.level.chunk with parameters of type ChunkBiomeContainerModifierConstructorDescriptionLevelChunk(Level p_62796_, ChunkPos p_62797_, ChunkBiomeContainer p_62798_)
LevelChunk(Level p_62800_, ChunkPos p_62801_, ChunkBiomeContainer p_62802_, UpgradeData p_62803_, TickList<Block> p_62804_, TickList<Fluid> p_62805_, long p_62806_, LevelChunkSection[] p_62807_, Consumer<LevelChunk> p_62808_)