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 aChunkthat 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 aWorldWorldChunks already existing and loaded in aWorldRepresents an offline chunk and its data.A chunk is a specific grid-aligned partition of aWorld.