Uses of Interface
com.mclds.plugins.customplugin.utils.lore.LoreHandler
Packages that use LoreHandler
-
Uses of LoreHandler in com.mclds.plugins.customplugin.utils.lore
Methods in com.mclds.plugins.customplugin.utils.lore that return LoreHandlerModifier and TypeMethodDescriptionstatic LoreHandlerstatic LoreHandlerLoreHandlers.append(net.kyori.adventure.text.Component... lore) static LoreHandlerLoreHandlers.append(net.kyori.adventure.text.format.TextColor color, List<net.kyori.adventure.text.Component> lore) static LoreHandlerLoreHandlers.append(net.kyori.adventure.text.format.TextColor color, net.kyori.adventure.text.Component... lore) static LoreHandlerLoreHandlers.appendText(String... lore) static LoreHandlerLoreHandlers.appendText(List<String> lore) static LoreHandlerLoreHandlers.appendText(net.kyori.adventure.text.format.TextColor color, String... lore) static LoreHandlerLoreHandlers.appendText(net.kyori.adventure.text.format.TextColor color, List<String> lore) static LoreHandlerstatic LoreHandlerLoreHandlers.prepend(net.kyori.adventure.text.Component... lore) static LoreHandlerLoreHandlers.prepend(net.kyori.adventure.text.format.TextColor color, List<net.kyori.adventure.text.Component> lore) static LoreHandlerLoreHandlers.prepend(net.kyori.adventure.text.format.TextColor color, net.kyori.adventure.text.Component... lore) static LoreHandlerLoreHandlers.prependText(String... lore) static LoreHandlerLoreHandlers.prependText(List<String> lore) static LoreHandlerLoreHandlers.prependText(net.kyori.adventure.text.format.TextColor color, String... lore) static LoreHandlerLoreHandlers.prependText(net.kyori.adventure.text.format.TextColor color, List<String> lore) Methods in com.mclds.plugins.customplugin.utils.lore with parameters of type LoreHandlerModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStackLoreUtils.clone(org.bukkit.inventory.ItemStack stack, LoreHandler handler) static org.bukkit.inventory.ItemStackLoreUtils.handle(org.bukkit.inventory.ItemStack stack, LoreHandler handler)