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.ComponentMessageService.formatMsg(String msg, MessageService.Replaceable<?>... replaceables) Formats a message with placeholdersnet.kyori.adventure.text.ComponentMessageService.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 StringMessageService.replacePlaceholders(String msg, MessageService.Replaceable<?>... replaceables) @NotNull StringMessageService.replacePlaceholdersWithAccentColors(String msg, MessageService.Replaceable<?>... replaceables)