Package net.kyori.adventure.key
A reference composed of a namespace and a path.
-
Interface Summary Interface Description Key An identifying object used to fetch and/or store unique objects.Keyed Something that has an associatedKey
.KeyedValue<T> AT
value with an associatedKey
.Namespaced Something that has a namespace. -
Exception Summary Exception Description InvalidKeyException This exception is thrown when an invalid namespace and/or value has been detected while creating aKey
.