Uses of Class
net.minecraft.world.chunk.ProtoChunk
| Package | Description |
|---|---|
| net.minecraft.world | |
| net.minecraft.world.chunk |
-
Uses of ProtoChunk in net.minecraft.world
Methods in net.minecraft.world that return ProtoChunk Modifier and Type Method Description static ProtoChunkChunkSerializer. deserialize(ServerWorld world, StructureManager structureManager, PointOfInterestStorage poiStorage, ChunkPos pos, NbtCompound nbt) -
Uses of ProtoChunk in net.minecraft.world.chunk
Subclasses of ProtoChunk in net.minecraft.world.chunk Modifier and Type Class Description classReadOnlyChunkRepresents a read only view of a world chunk used in world generation.Constructors in net.minecraft.world.chunk with parameters of type ProtoChunk Constructor Description WorldChunk(ServerWorld serverWorld, ProtoChunk protoChunk, @Nullable Consumer<WorldChunk> consumer)