public class ObjectConverter<T>
extends Object
-
Method Summary
static net.kyori.adventure.text.Component
static <T> void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
convert
public static net.kyori.adventure.text.Component convert(Object object)
-
register
public static <T> void register(Class<T> type,
Function<T,net.kyori.adventure.text.Component> mapper)
-