Uses of Class
net.minecraft.world.chunk.ProtoChunk
Packages that use ProtoChunk
-
Uses of ProtoChunk in net.minecraft.world.chunk
Subclasses of ProtoChunk in net.minecraft.world.chunkModifier and TypeClassDescriptionclass
Represents a chunk that wraps a world chunk, used in world generation.Methods in net.minecraft.world.chunk that return ProtoChunkModifier and TypeMethodDescriptionSerializedChunk.convert
(ServerWorld world, PointOfInterestStorage poiStorage, StorageKey key, ChunkPos expectedPos) Methods in net.minecraft.world.chunk with parameters of type ProtoChunkModifier and TypeMethodDescriptionvoid
BelowZeroRetrogen.fillColumnsWithAirIfMissingBedrock
(ProtoChunk chunk) static void
BelowZeroRetrogen.replaceOldBedrock
(ProtoChunk chunk) Constructors in net.minecraft.world.chunk with parameters of type ProtoChunkModifierConstructorDescriptionWorldChunk
(ServerWorld world, ProtoChunk protoChunk, @Nullable WorldChunk.EntityLoader entityLoader) -
Uses of ProtoChunk in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type ProtoChunkModifier and TypeMethodDescriptionstatic void
Blender.createCarvingMasks
(StructureWorldAccess world, ProtoChunk chunk)