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 Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    The value to insert at the pre-process phase.
  • Method Details

    • value

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