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 TypeClassDescriptionclassDuring 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 level, ProtoChunk chunk, LevelChunk.PostLoadProcessor postLoad) -
Uses of ProtoChunk in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return ProtoChunkModifier and TypeMethodDescriptionstatic ProtoChunkChunkSerializer.read(ServerLevel level, PoiManager poiManager, RegionStorageInfo regionStorageInfo, ChunkPos pos, CompoundTag tag) -
Uses of ProtoChunk in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type ProtoChunkModifier and TypeMethodDescriptionvoidBelowZeroRetrogen.applyBedrockMask(ProtoChunk chunk) static voidBelowZeroRetrogen.replaceOldBedrock(ProtoChunk chunk) -
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 voidBlender.addAroundOldChunksCarvingMaskFilter(WorldGenLevel level, ProtoChunk chunk)