Class IntArrayNBT

    • Constructor Detail

      • IntArrayNBT

        public IntArrayNBT​(int[] p_i45132_1_)
      • IntArrayNBT

        public IntArrayNBT​(java.util.List<java.lang.Integer> p_i47528_1_)
    • Method Detail

      • toArray

        private static int[] toArray​(java.util.List<java.lang.Integer> p_193584_0_)
      • write

        public void write​(java.io.DataOutput p_74734_1_)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getId

        public byte getId()
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface INBT
        Overrides:
        toString in class java.util.AbstractCollection<IntNBT>
      • equals

        public boolean equals​(java.lang.Object p_equals_1_)
        Specified by:
        equals in interface java.util.Collection<IntNBT>
        Specified by:
        equals in interface java.util.List<IntNBT>
        Overrides:
        equals in class java.util.AbstractList<IntNBT>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<IntNBT>
        Specified by:
        hashCode in interface java.util.List<IntNBT>
        Overrides:
        hashCode in class java.util.AbstractList<IntNBT>
      • getAsIntArray

        public int[] getAsIntArray()
      • getPrettyDisplay

        public ITextComponent getPrettyDisplay​(java.lang.String p_199850_1_,
                                               int p_199850_2_)
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<IntNBT>
        Specified by:
        size in interface java.util.List<IntNBT>
        Specified by:
        size in class java.util.AbstractCollection<IntNBT>
      • get

        public IntNBT get​(int p_get_1_)
        Specified by:
        get in interface java.util.List<IntNBT>
        Specified by:
        get in class java.util.AbstractList<IntNBT>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<IntNBT>
        Specified by:
        clear in interface java.util.List<IntNBT>
        Overrides:
        clear in class java.util.AbstractList<IntNBT>