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:
  • NamespacedKey
  • Keyed
  • Keyed
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.NamespacedKey
    key()
     
  • Method Details

    • key

      org.bukkit.NamespacedKey key()
      Specified by:
      key in interface net.kyori.adventure.key.Keyed