public class NBTTagIntArray extends NBTBase
Modifier and Type | Field and Description |
---|---|
private int[] |
intArray |
Constructor and Description |
---|
NBTTagIntArray() |
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() |
int |
hashCode() |
(package private) void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
private static int[] |
toArray(java.util.List<java.lang.Integer> p_193584_0_) |
java.lang.String |
toString() |
(package private) void |
write(java.io.DataOutput output) |
createNewByType, getString, getTagTypeName, hasNoTags
NBTTagIntArray()
public NBTTagIntArray(int[] p_i45132_1_)
public NBTTagIntArray(java.util.List<java.lang.Integer> p_i47528_1_)
private static int[] toArray(java.util.List<java.lang.Integer> p_193584_0_)
void write(java.io.DataOutput output) throws java.io.IOException
void read(java.io.DataInput input, int depth, NBTSizeTracker sizeTracker) throws java.io.IOException
public NBTTagIntArray copy()
public int[] getIntArray()