JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.kyori.adventure.key
net.kyori.adventure.key
Keyed
Contents
Description
Method Summary
Method Details
key()
Hide sidebar
Show sidebar
Interface Keyed
All Known Subinterfaces:
ClickEvent.Payload.Custom
,
Key
,
KeyedValue
<T>,
Pointer
<V>,
Sound.Type
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
Key
key
()
Gets the key.
Method Details
key
Key
key
()
Gets the key.
Returns:
the key
Since:
4.0.0