Uses of Class
net.minecraft.world.chunk.ProtoChunk
Packages that use ProtoChunk
Package
Description
The base package for all Minecraft classes.
-
Uses of ProtoChunk in net.minecraft
Methods in net.minecraft with parameters of type ProtoChunkModifier and TypeMethodDescriptionstatic voidclass_6748.method_39809(StructureWorldAccess structureWorldAccess, ProtoChunk protoChunk) -
Uses of ProtoChunk in net.minecraft.world
Methods in net.minecraft.world that return ProtoChunkModifier and TypeMethodDescriptionstatic ProtoChunkChunkSerializer.deserialize(ServerWorld world, PointOfInterestStorage poiStorage, ChunkPos chunkPos, NbtCompound nbt) -
Uses of ProtoChunk in net.minecraft.world.chunk
Subclasses of ProtoChunk in net.minecraft.world.chunkModifier and TypeClassDescriptionclassRepresents a read only view of a world chunk used in world generation.Methods in net.minecraft.world.chunk with parameters of type ProtoChunkModifier and TypeMethodDescriptionstatic voidBelowZeroRetrogen.method_39771(ProtoChunk protoChunk) static voidBelowZeroRetrogen.replaceOldBedrock(ProtoChunk chunk) Constructors in net.minecraft.world.chunk with parameters of type ProtoChunkModifierConstructorDescriptionWorldChunk(ServerWorld world, ProtoChunk protoChunk, @Nullable WorldChunk.class_6829 class_6829)