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.chunkConstructors in net.minecraft.world.level.chunk with parameters of type ProtoChunkModifierConstructorDescriptionLevelChunk(ServerLevel level, ProtoChunk protoChunk, @Nullable 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 TypeMethodDescriptionSerializableChunkData.read(ServerLevel level, PoiManager poiManager, RegionStorageInfo regionInfo, ChunkPos pos) -
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 region, ProtoChunk chunk)