NBT_TYPES, SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING| Constructor and Description |
|---|
NBTTagIntArray(int[] p_i45132_1_) |
NBTTagIntArray(java.util.List<java.lang.Integer> p_i47528_1_) |
| Modifier and Type | Method and Description |
|---|---|
NBTTagIntArray |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getId() |
int[] |
getIntArray() |
NBTTagInt |
getTag(int p_197647_1_) |
int |
hashCode() |
void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
void |
removeTag(int p_197649_1_) |
void |
setTag(int p_197648_1_,
INBTBase p_197648_2_) |
int |
size() |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput output) |
get, setadd, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreate, getString, getTypeName, toFormattedComponentpublic NBTTagIntArray(int[] p_i45132_1_)
public NBTTagIntArray(java.util.List<java.lang.Integer> p_i47528_1_)
public void write(java.io.DataOutput output)
throws java.io.IOException
java.io.IOExceptionpublic void read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker)
throws java.io.IOException
java.io.IOExceptionpublic byte getId()
public java.lang.String toString()
public NBTTagIntArray 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()
size in interface java.util.Collection<NBTTagInt>size in interface java.util.List<NBTTagInt>size in class NBTTagCollection<NBTTagInt>public NBTTagInt getTag(int p_197647_1_)
getTag in class NBTTagCollection<NBTTagInt>public void setTag(int p_197648_1_,
INBTBase p_197648_2_)
setTag in class NBTTagCollection<NBTTagInt>public void removeTag(int p_197649_1_)
removeTag in class NBTTagCollection<NBTTagInt>