Uses of Class
net.minecraft.world.chunk.ProtoChunk
-
Uses of ProtoChunk in net.minecraft.world
Modifier and TypeMethodDescriptionstatic ProtoChunk
ChunkSerializer.deserialize(ServerWorld world, StructureManager structureManager, PointOfInterestStorage poiStorage, ChunkPos pos, NbtCompound nbt)
-
Uses of ProtoChunk in net.minecraft.world.chunk
Modifier and TypeClassDescriptionclass
Represents a read only view of a world chunk used in world generation.ModifierConstructorDescriptionWorldChunk(ServerWorld serverWorld, ProtoChunk protoChunk, @Nullable Consumer<WorldChunk> consumer)