Package net.minecraft.nbt
Class EndTag
java.lang.Object
net.minecraft.nbt.EndTag
- All Implemented Interfaces:
Tag
public class EndTag extends Object implements Tag
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateEndTag() -
Method Summary
Modifier and Type Method Description EndTagcopy()TagReader<EndTag>getReader()bytegetType()voidmethod_32289(class_5627 class_5627)StringtoString()voidwrite(DataOutput output)
-
Field Details
-
READER
-
INSTANCE
-
-
Constructor Details
-
EndTag
private EndTag()
-
-
Method Details
-
write
- Specified by:
writein interfaceTag- Throws:
IOException
-
getType
public byte getType() -
getReader
-
toString
-
copy
-
method_32289
- Specified by:
method_32289in interfaceTag
-