Interface ChunkState

    • Method Detail

      • isAfter

        boolean isAfter​(ChunkState state)
        Checks whether this state is considered "after" the provided ChunkState. Usually used as a check for whether the Chunk providing this state is considered "usable" for consumers of Chunks with a specific ChunkState range.
        Parameters:
        state - The chunk state
        Returns:
        True if this state is after the provided state