Package com.booksaw.betterTeams.text
Class LegacyTextUtils
java.lang.Object
com.booksaw.betterTeams.text.LegacyTextUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
bungeeHexToAdventure
(String input) static String
bungeeHexToStandardHex
(String input) static String
colorToAdventure
(String input) static String
colorToAdventure
(net.md_5.bungee.api.ChatColor color) static String
colorToAdventure
(net.md_5.bungee.api.ChatColor color, boolean close) static String
parseAdventure
(String input) static String
parseAllAdventure
(String input) static String
static String
serialize
(net.kyori.adventure.text.Component input) static String
standardHexToAdventure
(String input) static String
toAdventure
(String input) static String
toAdventure
(String input, boolean sectionToAmpersand, boolean bungeeHex, boolean standardHex, boolean chatColor)
-
Method Details
-
sectionToAmpersand
-
bungeeHexToStandardHex
-
bungeeHexToAdventure
-
standardHexToAdventure
-
colorToAdventure
-
colorToAdventure
-
colorToAdventure
-
toAdventure
-
toAdventure
-
parseAllAdventure
-
parseAdventure
-
serialize
-