JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.kyori.adventure.key
Interface Keyed
All Known Subinterfaces:
KeyedValue
<T>
public interface
Keyed
Something that has an associated
Key
.
Since:
4.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NonNull
Key
key
()
Gets the key.
Method Details
key
@NonNull
Key
key
()
Gets the key.
Returns:
the key
Since:
4.0.0