Package org.bukkit
Interface Keyed
-
- All Known Subinterfaces:
Advancement
,LootTable
- All Known Implementing Classes:
Enchantment
,EnchantmentWrapper
,FurnaceRecipe
,LootTables
,Material
,ShapedRecipe
,ShapelessRecipe
public interface Keyed
Represents an object which has aNamespacedKey
attached to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespacedKey
getKey()
Return the namespaced identifier for this object.
-
-
-
Method Detail
-
getKey
NamespacedKey getKey()
Return the namespaced identifier for this object.- Returns:
- this object's key
-
-