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