Uses of Enum Class
net.kyori.adventure.text.minimessage.internal.parser.TokenType
Packages that use TokenType
Package
Description
Parser.
Token consumers.
-
Uses of TokenType in net.kyori.adventure.text.minimessage.internal.parser
Methods in net.kyori.adventure.text.minimessage.internal.parser that return TokenTypeModifier and TypeMethodDescriptionToken.type()Returns the type of this token.static TokenTypeReturns the enum constant of this class with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.kyori.adventure.text.minimessage.internal.parser with parameters of type TokenType -
Uses of TokenType in net.kyori.adventure.text.minimessage.internal.parser.match
Methods in net.kyori.adventure.text.minimessage.internal.parser.match with parameters of type TokenTypeModifier and TypeMethodDescriptionvoidAccepts a matched token.voidvoid