| Constructor and Description |
|---|
LongArrayNbt() |
LongArrayNbt(ListNbt<LongNbt> list) |
LongArrayNbt(long[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long l) |
INbtTag |
copy() |
boolean |
equals(java.lang.Object o) |
long |
get(int index) |
int |
getId() |
int |
getLength() |
long[] |
getValue() |
int |
hashCode() |
boolean |
isEmpty() |
void |
read(java.io.DataInput in,
NbtReadTracker readTracker) |
void |
set(int index,
long l) |
void |
setValue(long[] value) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public LongArrayNbt()
public LongArrayNbt(long[] value)
public long[] getValue()
public void setValue(long[] value)
public long get(int index)
public void set(int index,
long l)
public void add(long l)
public int getLength()
public boolean isEmpty()
public 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()