Modifier and Type | Field and Description |
---|---|
private int[] |
intArray |
static INBTType<IntArrayNBT> |
TYPE |
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
Constructor and Description |
---|
IntArrayNBT(int[] p_i45132_1_) |
IntArrayNBT(java.util.List<java.lang.Integer> p_i47528_1_) |
Modifier and Type | Method and Description |
---|---|
void |
add(int p_add_1_,
IntNBT p_add_2_) |
void |
clear() |
IntArrayNBT |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
boolean |
func_218659_a(int p_218659_1_,
INBT p_218659_2_) |
boolean |
func_218660_b(int p_218660_1_,
INBT p_218660_2_) |
IntNBT |
get(int p_get_1_) |
byte |
getId() |
int[] |
getIntArray() |
INBTType<IntArrayNBT> |
getType() |
int |
hashCode() |
IntNBT |
remove(int p_remove_1_) |
IntNBT |
set(int p_set_1_,
IntNBT p_set_2_) |
int |
size() |
private static int[] |
toArray(java.util.List<java.lang.Integer> p_193584_0_) |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput output) |
add, addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getString, toFormattedComponent
public static final INBTType<IntArrayNBT> TYPE
private int[] intArray
public IntArrayNBT(int[] p_i45132_1_)
public IntArrayNBT(java.util.List<java.lang.Integer> p_i47528_1_)
private static int[] toArray(java.util.List<java.lang.Integer> p_193584_0_)
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public byte getId()
public INBTType<IntArrayNBT> getType()
public java.lang.String toString()
public IntArrayNBT copy()
public boolean equals(java.lang.Object p_equals_1_)
public int hashCode()
public int[] getIntArray()
public ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
public int size()
public IntNBT get(int p_get_1_)
public IntNBT set(int p_set_1_, IntNBT p_set_2_)
set
in interface java.util.List<IntNBT>
set
in class CollectionNBT<IntNBT>
public void add(int p_add_1_, IntNBT p_add_2_)
add
in interface java.util.List<IntNBT>
add
in class CollectionNBT<IntNBT>
public boolean func_218659_a(int p_218659_1_, INBT p_218659_2_)
func_218659_a
in class CollectionNBT<IntNBT>
public boolean func_218660_b(int p_218660_1_, INBT p_218660_2_)
func_218660_b
in class CollectionNBT<IntNBT>
public IntNBT remove(int p_remove_1_)
remove
in interface java.util.List<IntNBT>
remove
in class CollectionNBT<IntNBT>