Uses of Class
net.minecraft.world.chunk.ProtoChunk
-
Uses of ProtoChunk in net.minecraft.world
Modifier and TypeMethodDescriptionstatic ProtoChunk
ChunkSerializer.deserialize
(ServerWorld world, PointOfInterestStorage poiStorage, ChunkPos chunkPos, NbtCompound nbt) -
Uses of ProtoChunk in net.minecraft.world.chunk
Modifier and TypeClassDescriptionclass
Represents a chunk that wraps a world chunk, used in world generation.Modifier and TypeMethodDescriptionvoid
BelowZeroRetrogen.fillColumnsWithAirIfMissingBedrock
(ProtoChunk chunk) static void
BelowZeroRetrogen.replaceOldBedrock
(ProtoChunk chunk) ModifierConstructorDescriptionWorldChunk
(ServerWorld world, ProtoChunk protoChunk, @Nullable WorldChunk.EntityLoader entityLoader) -
Uses of ProtoChunk in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionstatic void
Blender.createCarvingMasks
(StructureWorldAccess world, ProtoChunk chunk)