public interface DataComponentGetter
abstract <T extends Any> T
get(DataComponentType<T> type)
<T extends Any, R extends Any> R
use(DataComponentType<T> type, Function1<T, R> action)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract <T extends Any> T get(DataComponentType<T> type)
<T extends Any, R extends Any> R use(DataComponentType<T> type, Function1<T, R> action)