A C D E I K M N O P V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allowedInNamespace(char) - Static method in interface net.kyori.adventure.key.Key
-
Checks if
value
is a valid character in a namespace. - allowedInValue(char) - Static method in interface net.kyori.adventure.key.Key
-
Checks if
value
is a valid character in a value. - 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
value
is a valid namespace. - checkValue(String) - Static method in interface net.kyori.adventure.key.Key
-
Checks if
value
is 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
T
value 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
Key
pattern. - 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.for removal since 4.10.0, use
KeyedValue.keyedValue(Key, Object)
instead.
P
- parseable(String) - Static method in interface net.kyori.adventure.key.Key
-
Checks if
string
can be parsed into aKey
. - parseableNamespace(String) - Static method in interface net.kyori.adventure.key.Key
-
Checks if
value
is a valid namespace. - parseableValue(String) - Static method in interface net.kyori.adventure.key.Key
-
Checks if
value
is 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 All Packages