Interface ParserDirective
- All Superinterfaces:
Tag
Tags implementing this interface are used to provide directives, or instructions, to the parser directly.
- Since:
- 4.10.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tag.Tag
Tag.Argument -
Field Summary
Fields
-
Field Details
-
RESET
Instructs the parser to reset all style, events, insertions, etc.If
strict modeis enabled, usage of this tag is disallowed and a parse exception will be thrown if this tag is present.- Since:
- 4.10.0
-