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)
Read the tag value from a given
DataInput. |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out)
Write the tag value to a given
DataOutput. |
NbtType getNbtType()
void read(java.io.DataInput in,
NbtReadTracker readTracker)
throws java.io.IOException
DataInput.in - The input to read fromreadTracker - The read trackerjava.io.IOException - If an I/O error occursvoid write(java.io.DataOutput out)
throws java.io.IOException
DataOutput.out - The output to write tojava.io.IOException - If an I/O error occursINbtTag 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