Class FreedomAdventure

java.lang.Object
me.totalfreedom.utils.kyori.FreedomAdventure

public class FreedomAdventure extends Object
This class contains the only reference to plain text component serializer, and allows access to it via wrapper functions.
  • Method Details

    • toPlainText

      public static String toPlainText(Supplier<net.kyori.adventure.text.Component> supplier)
    • toPlainText

      public static String toPlainText(net.kyori.adventure.text.Component component)
    • supplyPlainText

      public static Supplier<String> supplyPlainText(Supplier<net.kyori.adventure.text.Component> supplier)
    • supplyPlainText

      public static Supplier<String> supplyPlainText(net.kyori.adventure.text.Component component)