Interface ParserDirective

  • All Superinterfaces:
    Tag

    @NonExtendable
    public interface ParserDirective
    extends Tag
    Tags implementing this interface are used to provide directives, or instructions, to the parser directly.
    Since:
    4.10.0
    See Also:
    RESET
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tag.Tag

        Tag.Argument
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Tag RESET
      Instructs the parser to reset all style, events, insertions, etc.
    • Field Detail

      • RESET

        static final Tag RESET
        Instructs the parser to reset all style, events, insertions, etc.

        If strict mode is enabled, usage of this tag is disallowed and a parse exception will be thrown if this tag is present.

        Since:
        4.10.0