public interface INbtTag
| Modifier and Type | Method and Description |
|---|---|
INbtTag |
copy() |
boolean |
equals(java.lang.Object o) |
NbtType |
getNbtType() |
int |
hashCode() |
void |
read(java.io.DataInput in,
NbtReadTracker readTracker) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
NbtType getNbtType()
void read(java.io.DataInput in,
NbtReadTracker readTracker)
throws java.io.IOException
java.io.IOExceptionvoid write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionINbtTag copy()
boolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Object