Package org.spongepowered.api.world.chunk


@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class) package org.spongepowered.api.world.chunk
  • Class
    Description
    Chunk<P extends Chunk<P>>
    A chunk is a specific grid-aligned partition of a WorldLike.
    Represents the state of a Chunk 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 a World WorldChunks already existing and loaded in a World
     
    A chunk is a specific grid-aligned partition of a World.