Interface PrefabBuffer.BlockMaskConstants

Enclosing class:
PrefabBuffer

public static interface PrefabBuffer.BlockMaskConstants
  • Field Details

  • Method Details

    • getBlockMask

      static int getBlockMask(int blockBytes, int fluidBytes, boolean chance, int offsetBytes, @Nullable Holder<ChunkStore> holder, byte supportValue, int rotation, int filler)
    • getSkipBytes

      static int getSkipBytes(int mask)
    • hasChance

      static boolean hasChance(int mask)
    • hasFiller

      static boolean hasFiller(int mask)
    • hasRotation

      static boolean hasRotation(int mask)
    • getBlockBytes

      static int getBlockBytes(int mask)
    • getOffsetBytes

      static int getOffsetBytes(int mask)
    • getFluidBytes

      static int getFluidBytes(int mask)
    • getSupportValue

      static int getSupportValue(int mask)
    • hasComponents

      static boolean hasComponents(int mask)