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 aWorldLike.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 aWorldA chunk is a specific grid-aligned partition of aWorld.