@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.world.chunk
-
Interface Summary Interface Description Chunk<P extends Chunk<P>> A chunk is a specific grid-aligned partition of aWorldLike
.ChunkState 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
WorldChunk A chunk is a specific grid-aligned partition of aWorld
. -
Class Summary Class Description ChunkStates