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.ComponentfromString(String string) static List<net.kyori.adventure.text.Component> fromStringList(List<String> strings) static StringtoString(net.kyori.adventure.text.Component component) toStringList(List<net.kyori.adventure.text.Component> components) static net.kyori.adventure.text.ComponentunwrapSquareBrackets(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)
-