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, StructureManager structureManager, PointOfInterestStorage poiStorage, ChunkPos pos, 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.Constructors in net.minecraft.world.chunk with parameters of type ProtoChunkModifierConstructorDescriptionWorldChunk(ServerWorld serverWorld, ProtoChunk protoChunk, @Nullable Consumer<WorldChunk> consumer)