Class ChunkPaletteFormat.NibbleArray

  • Enclosing class:
    ChunkPaletteFormat

    static class ChunkPaletteFormat.NibbleArray
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] data  
    • Constructor Summary

      Constructors 
      Constructor Description
      NibbleArray()  
      NibbleArray​(byte[] p_i49577_1_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int get​(int p_210932_1_, int p_210932_2_, int p_210932_3_)  
      private int getPosition​(int p_210934_1_)  
      private boolean isFirst​(int p_210933_1_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private final byte[] data
    • Constructor Detail

      • NibbleArray

        public NibbleArray()
      • NibbleArray

        public NibbleArray​(byte[] p_i49577_1_)
    • Method Detail

      • get

        public int get​(int p_210932_1_,
                       int p_210932_2_,
                       int p_210932_3_)
      • isFirst

        private boolean isFirst​(int p_210933_1_)
      • getPosition

        private int getPosition​(int p_210934_1_)