Module syntaxnbt

Class TagEnd

java.lang.Object
at.syntaxerror.syntaxnbt.tag.Tag<Void>
at.syntaxerror.syntaxnbt.tag.TagEnd

public final class TagEnd extends Tag<Void>
Signifies the end of a TAG_Compound. It is only ever used inside a TAG_Compound, and is not named despite being in a TAG_Compound
Author:
SyntaxError404