public class ColorUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static net.kyori.adventure.text.format.NamedTextColor
static int
getId(net.kyori.adventure.text.format.NamedTextColor color)
toString(net.kyori.adventure.text.format.NamedTextColor color)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ColorUtil
public ColorUtil()
-
Method Details
-
toString
public static String toString(net.kyori.adventure.text.format.NamedTextColor color)
-
getId
public static int getId(net.kyori.adventure.text.format.NamedTextColor color)
-
fromId
public static net.kyori.adventure.text.format.NamedTextColor fromId(int id)