程序包 org.bukkit
接口 Keyed
- 所有已知子接口:
Advancement
- 所有已知实现类:
ShapedRecipe
,ShapelessRecipe
public interface Keyed
Represents an object which has a
NamespacedKey
attached to it.-
方法概要
-
方法详细资料
-
getKey
NamespacedKey getKey()Return the namespaced identifier for this object.- 返回:
- this object's key
-