Class FaweCache.Palette

java.lang.Object
com.fastasyncworldedit.core.FaweCache.Palette
Enclosing class:
FaweCache

public static final class FaweCache.Palette extends Object
Holds data for a palette used in a chunk section
  • Field Details Link icon

    • bitsPerEntry Link icon

      public int bitsPerEntry
    • paletteToBlockLength Link icon

      public int paletteToBlockLength
    • paletteToBlock Link icon

      public int[] paletteToBlock
      Reusable buffer array, MUST check paletteToBlockLength for actual length
    • blockStatesLength Link icon

      public int blockStatesLength
    • blockStates Link icon

      public long[] blockStates
      Reusable buffer array, MUST check blockStatesLength for actual length
  • Constructor Details Link icon

    • Palette Link icon

      public Palette()