Package net.md_5.bungee.nbt.type
Class EndTag
java.lang.Object
net.md_5.bungee.nbt.type.EndTag
-
Field Summary
FieldsFields inherited from interface net.md_5.bungee.nbt.Tag
ARRAY_HEADER, BYTE, BYTE_ARRAY, COMPOUND, CONSTRUCTORS, DOUBLE, END, FLOAT, INT, INT_ARRAY, LIST, LONG, LONG_ARRAY, OBJECT_HEADER, OBJECT_REFERENCE, SHORT, STRING, STRING_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanbytegetId()Gets the id of this tag's type.inthashCode()voidread(DataInput input, NBTLimiter limiter) Reads the data into this tag.toString()voidwrite(DataOutput output) Writes this tag into aDataOutput.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EndTag
public EndTag()
-
-
Method Details
-
read
Description copied from interface:TagReads the data into this tag. -
write
Description copied from interface:TagWrites this tag into aDataOutput. -
getId
public byte getId()Description copied from interface:TypedTagGets the id of this tag's type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-