Interface PreProcess

  • All Superinterfaces:
    Tag

    public interface PreProcess
    extends Tag
    A tag that is applied at the tokenization stage, before the tree is constructed.

    Its value must be a MiniMessage string.

    Since:
    4.10.0
    • Nested Class Summary

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

        Tag.Argument
    • Method Detail

      • value

        @NotNull
        @NotNull java.lang.String value()
        The value to insert at the pre-process phase.
        Returns:
        the value to insert
        Since:
        4.10.0