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, and cannot accept any arguments

    Since:
    4.10.0
    • Method Detail

      • value

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