Package org.spongepowered.api.world.chunk
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.world.chunk
-
ClassDescriptionA chunk is a specific grid-aligned partition of a
WorldLike
.Represents the state of aChunk
that can exist through various stages of the game, including but not limited to: Chunk in the process of being generated Chunk being deserialized from storage and being prepared for addition to aWorld
WorldChunk
s already existing and loaded in aWorld
An entity chunk is a portion of aWorldChunk
.Represents an offline chunk and its data.A chunk is a specific grid-aligned partition of aWorld
.