A C E I K M N O V 
All Classes All Packages

A

asString() - Method in interface net.kyori.adventure.key.Key
Returns the string representation of this key.

C

comparator() - Static method in interface net.kyori.adventure.key.Key
Gets the comparator.
compareTo(Key) - Method in interface net.kyori.adventure.key.Key
 

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.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 associated Key.
keyNamespace() - Method in exception net.kyori.adventure.key.InvalidKeyException
Gets the invalid key, as a string.
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.

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.
A C E I K M N O V 
All Classes All Packages