Interface RegistryAccess.RegistryAccessKey<T extends net.kyori.adventure.key.Keyed>

Enclosing interface:
RegistryAccess

public static interface RegistryAccess.RegistryAccessKey<T extends net.kyori.adventure.key.Keyed>
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends net.kyori.adventure.key.Keyed>
    RegistryAccess.RegistryAccessKey<T>
    create(org.bukkit.plugin.Plugin plugin, String key)
     
    net.kyori.adventure.key.Key
     
  • Method Details

    • create

      static <T extends net.kyori.adventure.key.Keyed> RegistryAccess.RegistryAccessKey<T> create(org.bukkit.plugin.Plugin plugin, String key)
    • getKey

      net.kyori.adventure.key.Key getKey()