Uses of Class
net.minecraft.world.level.chunk.ProtoChunk
Packages that use ProtoChunk
Package
Description
-
Uses of ProtoChunk in net.minecraft.world.level.chunk
Subclasses of ProtoChunk in net.minecraft.world.level.chunkModifier and TypeClassDescriptionclass
During world generation, adjacent chunks may be fully generated (and thus be level chunks), but are often needed in proto chunk form.Constructors in net.minecraft.world.level.chunk with parameters of type ProtoChunkModifierConstructorDescriptionLevelChunk
(ServerLevel pLevel, ProtoChunk pChunk, LevelChunk.PostLoadProcessor pPostLoad) -
Uses of ProtoChunk in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return ProtoChunkModifier and TypeMethodDescriptionstatic ProtoChunk
ChunkSerializer.read
(ServerLevel pLevel, PoiManager pPoiManager, RegionStorageInfo pRegionStorageInfo, ChunkPos pPos, CompoundTag pTag) -
Uses of ProtoChunk in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type ProtoChunkModifier and TypeMethodDescriptionvoid
BelowZeroRetrogen.applyBedrockMask
(ProtoChunk pChunk) static void
BelowZeroRetrogen.replaceOldBedrock
(ProtoChunk pChunk) -
Uses of ProtoChunk in net.minecraft.world.level.levelgen.blending
Methods in net.minecraft.world.level.levelgen.blending with parameters of type ProtoChunkModifier and TypeMethodDescriptionstatic void
Blender.addAroundOldChunksCarvingMaskFilter
(WorldGenLevel pLevel, ProtoChunk pChunk)