java.lang.Object
com.fastasyncworldedit.core.queue.implementation.blocks.CharBlocks.Section
Enclosing class:
CharBlocks

public abstract static class CharBlocks.Section extends Object
  • Constructor Details

    • Section

      public Section()
  • Method Details

    • isFull

      public abstract boolean isFull()
    • get

      public final char get(CharBlocks blocks, int layer, int index)
    • set

      public final void set(CharBlocks blocks, int layer, int index, char value)