Class TokenListProducingMatchedTokenConsumer

java.lang.Object
net.kyori.adventure.text.minimessage.internal.parser.match.MatchedTokenConsumer<List<Token>>
net.kyori.adventure.text.minimessage.internal.parser.match.TokenListProducingMatchedTokenConsumer

public final class TokenListProducingMatchedTokenConsumer extends MatchedTokenConsumer<List<Token>>
A matched token consumer that produces a list of matched tokens.
Since:
4.10.0
  • Constructor Details

    • TokenListProducingMatchedTokenConsumer

      public TokenListProducingMatchedTokenConsumer(String input)
      Creates a new token list producing matched token consumer.
      Parameters:
      input - the input
      Since:
      4.10.0
  • Method Details