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 associated Key.
    KeyedValue<T>
    A T value with an associated Key.
    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 a Key.