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 TypeMethodDescriptionnet.kyori.adventure.text.ComponentMessageService.formatMsg(String msg, MessageService.Replaceable<?>... replaceables) Deprecated.Formats a message with placeholdersnet.kyori.adventure.text.ComponentMessageService.getAndFormatMsg(boolean addPrefix, String path, String fallback, MessageService.Replaceable<?>... replaceables) Deprecated.Gets and formats a message from the configList<net.kyori.adventure.text.Component> MessageService.getAndFormatMsgList(String path, MessageService.Replaceable<?>... replaceables) Deprecated.Gets and formats a list of messages from the config@NotNull StringMessageService.replacePlaceholders(String msg, MessageService.Replaceable<?>... replaceables) Deprecated.Replaces placeholders in a message@NotNull StringMessageService.replacePlaceholdersWithAccentColors(String msg, MessageService.Replaceable<?>... replaceables) Deprecated.Replaces placeholders in a message and adds accent colors