Uses of Class
net.minecraft.world.chunk.ProtoChunk
Packages that use ProtoChunk
-
Uses of ProtoChunk in net.minecraft.world
Methods in net.minecraft.world that return ProtoChunkModifier and TypeMethodDescriptionstatic ProtoChunk
ChunkSerializer.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 TypeClassDescriptionclass
Represents a read only view of a world chunk used in world generation.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)