Package cz.jeme.advancium
Interface Keyed
- All Superinterfaces:
net.kyori.adventure.key.Keyed
- All Known Subinterfaces:
CustomAdvancement,CustomAdvancementTab
@NullMarked
public interface Keyed
extends net.kyori.adventure.key.Keyed
Something that has an associated
NamespacedKey.
This is different from Keyed by following the Java record naming convention.
- See Also:
-
Method Summary
-
Method Details
-
key
org.bukkit.NamespacedKey key()- Specified by:
keyin interfacenet.kyori.adventure.key.Keyed
-