Interface Chunk

All Superinterfaces:
Cloneable, FullChunk
All Known Implementing Classes:
BaseChunk, Chunk

public interface Chunk extends FullChunk
Author:
MagicDroidX (Nukkit Project)
  • Method Details

    • isSectionEmpty

      boolean isSectionEmpty(float fY)
    • getSection

      ChunkSection getSection(float fY)
    • setSection

      boolean setSection(float fY, ChunkSection section)
    • getSections

      ChunkSection[] getSections()