Class LoreHandlers
java.lang.Object
com.mclds.plugins.customplugin.utils.lore.LoreHandlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoreHandlerstatic LoreHandlerappend(net.kyori.adventure.text.Component... lore) static LoreHandlerappend(net.kyori.adventure.text.format.TextColor color, List<net.kyori.adventure.text.Component> lore) static LoreHandlerappend(net.kyori.adventure.text.format.TextColor color, net.kyori.adventure.text.Component... lore) static LoreHandlerappendText(String... lore) static LoreHandlerappendText(List<String> lore) static LoreHandlerappendText(net.kyori.adventure.text.format.TextColor color, String... lore) static LoreHandlerappendText(net.kyori.adventure.text.format.TextColor color, List<String> lore) static LoreHandlerstatic LoreHandlerprepend(net.kyori.adventure.text.Component... lore) static LoreHandlerprepend(net.kyori.adventure.text.format.TextColor color, List<net.kyori.adventure.text.Component> lore) static LoreHandlerprepend(net.kyori.adventure.text.format.TextColor color, net.kyori.adventure.text.Component... lore) static LoreHandlerprependText(String... lore) static LoreHandlerprependText(List<String> lore) static LoreHandlerprependText(net.kyori.adventure.text.format.TextColor color, String... lore) static LoreHandlerprependText(net.kyori.adventure.text.format.TextColor color, List<String> lore)
-
Constructor Details
-
LoreHandlers
public LoreHandlers()
-
-
Method Details
-
prependText
-
prependText
-
prepend
-
prepend
-
prependText
public static LoreHandler prependText(net.kyori.adventure.text.format.TextColor color, String... lore) -
prependText
public static LoreHandler prependText(net.kyori.adventure.text.format.TextColor color, List<String> lore) -
prepend
public static LoreHandler prepend(net.kyori.adventure.text.format.TextColor color, net.kyori.adventure.text.Component... lore) -
prepend
public static LoreHandler prepend(net.kyori.adventure.text.format.TextColor color, List<net.kyori.adventure.text.Component> lore) -
appendText
-
appendText
-
append
-
append
-
appendText
public static LoreHandler appendText(net.kyori.adventure.text.format.TextColor color, String... lore) -
appendText
public static LoreHandler appendText(net.kyori.adventure.text.format.TextColor color, List<String> lore) -
append
public static LoreHandler append(net.kyori.adventure.text.format.TextColor color, net.kyori.adventure.text.Component... lore) -
append
public static LoreHandler append(net.kyori.adventure.text.format.TextColor color, List<net.kyori.adventure.text.Component> lore)
-