Package net.kyori.adventure.key
Interface Keyed
-
- All Known Subinterfaces:
KeyedValue<T>
public interface Keyed
Something that has an associatedKey
.- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Key
key()
Gets the key.
-
-
-
Method Detail
-
key
@NotNull @NotNull Key key()
Gets the key.- Returns:
- the key
- Since:
- 4.0.0
-
-