| Constructor and Description |
|---|
IntArrayNbt() |
IntArrayNbt(int[] value) |
IntArrayNbt(ListNbt<IntNbt> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i) |
INbtTag |
copy() |
boolean |
equals(java.lang.Object o) |
int |
get(int index) |
int |
getLength() |
NbtType |
getNbtType() |
int[] |
getValue() |
int |
hashCode() |
boolean |
isEmpty() |
void |
read(java.io.DataInput in,
NbtReadTracker readTracker) |
void |
set(int index,
int i) |
void |
setValue(int[] value) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public int[] getValue()
public void setValue(int[] value)
public int get(int index)
public void set(int index,
int i)
public void add(int i)
public int getLength()
public boolean isEmpty()
public NbtType getNbtType()
getNbtType in interface INbtTagpublic void read(java.io.DataInput in,
NbtReadTracker readTracker)
throws java.io.IOException
public void write(java.io.DataOutput out)
throws java.io.IOException
public boolean equals(java.lang.Object o)
public int hashCode()