Uses of Interface
net.kyori.adventure.key.Key
-
Uses of Key in net.kyori.adventure.key
Methods in net.kyori.adventure.key that return KeyModifier and TypeMethodDescriptiondefault KeyKey.key()static KeyCreates a key.static KeyCreates a key.static KeyCreates a key.static KeyKey.key(Namespaced namespaced, String value) Creates a key.Keyed.key()Gets the key.Methods in net.kyori.adventure.key that return types with arguments of type KeyModifier and TypeMethodDescriptionstatic Comparator<? super Key> Key.comparator()Gets the comparator.Methods in net.kyori.adventure.key with parameters of type KeyModifier and TypeMethodDescriptiondefault intstatic <T> KeyedValue<T> KeyedValue.keyedValue(Key key, T value) Creates a link.