Class MiniPlaceholdersParser
java.lang.Object
org.lushplugins.chatcolorhandler.parsers.custom.MiniPlaceholdersParser
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lushplugins.chatcolorhandler.parsers.Parser
Parser.OutputType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver@NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolvergetResolver(net.kyori.adventure.audience.Audience audience) getType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lushplugins.chatcolorhandler.parsers.Parser
parseStringMethods inherited from interface org.lushplugins.chatcolorhandler.parsers.Resolver
parseString
-
Field Details
-
INSTANCE
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceParser- Returns:
- The type of the parser
ParserTypes
-
getResolver
@NotNull public @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver getResolver()- Specified by:
getResolverin interfaceResolver
-
getResolver
@NotNull public @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver getResolver(net.kyori.adventure.audience.Audience audience) - Specified by:
getResolverin interfaceResolver
-