Package dev.crafty.core.util
Class Components
java.lang.Object
dev.crafty.core.util.Components
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.kyori.adventure.text.Component
fromString
(String string) static List
<net.kyori.adventure.text.Component> fromStringList
(List<String> strings) static String
toString
(net.kyori.adventure.text.Component component) toStringList
(List<net.kyori.adventure.text.Component> components) static net.kyori.adventure.text.Component
unwrapSquareBrackets
(net.kyori.adventure.text.Component component)
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
toString
-
toStringList
-
fromString
-
fromStringList
-
unwrapSquareBrackets
public static net.kyori.adventure.text.Component unwrapSquareBrackets(net.kyori.adventure.text.Component component)
-