Uses of Record Class
com.zetaplugins.zetacore.services.MessageService.Replaceable
Packages that use MessageService.Replaceable
-
Uses of MessageService.Replaceable in com.zetaplugins.zetacore.services
Methods in com.zetaplugins.zetacore.services with parameters of type MessageService.ReplaceableModifier and TypeMethodDescriptionstatic net.kyori.adventure.text.Component
MessageService.formatMsg
(String msg, MessageService.Replaceable<?>... replaceables) Formats a message with placeholdersnet.kyori.adventure.text.Component
MessageService.getAndFormatMsg
(boolean addPrefix, String path, String fallback, MessageService.Replaceable<?>... replaceables) Gets and formats a message from the configList
<net.kyori.adventure.text.Component> MessageService.getAndFormatMsgList
(String path, MessageService.Replaceable<?>... replaceables) static @NotNull String
MessageService.replacePlaceholders
(String msg, MessageService.Replaceable<?>... replaceables) @NotNull String
MessageService.replacePlaceholdersWithAccentColors
(String msg, MessageService.Replaceable<?>... replaceables)