Class Components

java.lang.Object
dev.crafty.core.util.Components

public class Components extends Object
  • Constructor Details

    • Components

      public Components()
  • Method Details

    • toString

      public static String toString(net.kyori.adventure.text.Component component)
    • toStringList

      public static List<String> toStringList(List<net.kyori.adventure.text.Component> components)
    • fromString

      public static net.kyori.adventure.text.Component fromString(String string)
    • fromStringList

      public static List<net.kyori.adventure.text.Component> fromStringList(List<String> strings)
    • unwrapSquareBrackets

      public static net.kyori.adventure.text.Component unwrapSquareBrackets(net.kyori.adventure.text.Component component)