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

    • bitsPerEntry

      public int bitsPerEntry
    • paletteToBlockLength

      public int paletteToBlockLength
    • paletteToBlock

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

      public int blockStatesLength
    • blockStates

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

    • Palette

      public Palette()