Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- allowedInNamespace(char) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
valueis a valid character in a namespace. - allowedInValue(char) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
valueis a valid character in a value. - asMinimalString() - Method in interface net.kyori.adventure.key.Key
 - 
Returns the string representation of this key in minimal form.
 - asString() - Method in interface net.kyori.adventure.key.Key
 - 
Returns the string representation of this key.
 
C
- checkNamespace(String) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
valueis a valid namespace. - checkValue(String) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
valueis a valid value. - comparator() - Static method in interface net.kyori.adventure.key.Key
 - 
Gets the comparator.
 - compareTo(Key) - Method in interface net.kyori.adventure.key.Key
 
D
- DEFAULT_SEPARATOR - Static variable in interface net.kyori.adventure.key.Key
 - 
The default namespace and value separator.
 
E
- examinableProperties() - Method in interface net.kyori.adventure.key.Key
 
I
- InvalidKeyException - Exception in net.kyori.adventure.key
 - 
This exception is thrown when an invalid namespace and/or value has been detected while creating a
Key. 
K
- key() - Method in interface net.kyori.adventure.key.Key
 - key() - Method in interface net.kyori.adventure.key.Keyed
 - 
Gets the key.
 - key(String) - Static method in interface net.kyori.adventure.key.Key
 - 
Creates a key.
 - key(String, char) - Static method in interface net.kyori.adventure.key.Key
 - 
Creates a key.
 - key(String, String) - Static method in interface net.kyori.adventure.key.Key
 - 
Creates a key.
 - key(Namespaced, String) - Static method in interface net.kyori.adventure.key.Key
 - 
Creates a key.
 - Key - Interface in net.kyori.adventure.key
 - 
An identifying object used to fetch and/or store unique objects.
 - Keyed - Interface in net.kyori.adventure.key
 - 
Something that has an associated
Key. - keyedValue(Key, T) - Static method in interface net.kyori.adventure.key.KeyedValue
 - 
Creates a link.
 - KeyedValue<T> - Interface in net.kyori.adventure.key
 - 
A
Tvalue with an associatedKey. - keyNamespace() - Method in exception net.kyori.adventure.key.InvalidKeyException
 - 
Gets the invalid key, as a string.
 - KeyPattern - Annotation Type in net.kyori.adventure.key
 - 
An annotation used to annotate elements that must match against a valid
Keypattern. - KeyPattern.Namespace - Annotation Type in net.kyori.adventure.key
 - KeyPattern.Value - Annotation Type in net.kyori.adventure.key
 - keyValue() - Method in exception net.kyori.adventure.key.InvalidKeyException
 - 
Gets the invalid key, as a string.
 
M
- MINECRAFT_NAMESPACE - Static variable in interface net.kyori.adventure.key.Key
 - 
The namespace for Minecraft.
 
N
- namespace() - Method in interface net.kyori.adventure.key.Key
 - 
Gets the namespace.
 - namespace() - Method in interface net.kyori.adventure.key.Namespaced
 - 
Gets the namespace.
 - Namespaced - Interface in net.kyori.adventure.key
 - 
Something that has a namespace.
 - net.kyori.adventure.key - package net.kyori.adventure.key
 - 
A reference composed of a namespace and a path.
 
O
- of(Key, T) - Static method in interface net.kyori.adventure.key.KeyedValue
 - 
Deprecated.
 
P
- parseable(String) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
stringcan be parsed into aKey. - parseableNamespace(String) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
valueis a valid namespace. - parseableValue(String) - Static method in interface net.kyori.adventure.key.Key
 - 
Checks if
valueis a valid value. 
V
- value() - Method in interface net.kyori.adventure.key.Key
 - 
Gets the value.
 - value() - Method in interface net.kyori.adventure.key.KeyedValue
 - 
Gets the value.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
KeyedValue.keyedValue(Key, Object)instead.