接口 TrimMaterial
- 所有超级接口:
Keyed,RegistryAware,Translatable
-
字段概要
字段修饰符和类型字段说明static final TrimMaterial紫水晶碎片Material.AMETHYST_SHARD.static final TrimMaterialstatic final TrimMaterial钻石Material.DIAMOND.static final TrimMaterial绿宝石Material.EMERALD.static final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterial下界合金锭Material.NETHERITE_INGOT.static final TrimMaterial石英Material.QUARTZ.static final TrimMaterialstatic final TrimMaterial树脂砖Material.RESIN_BRICK. -
方法概要
从接口继承的方法 org.bukkit.registry.RegistryAware
getKeyOrNull, getKeyOrThrow, isRegistered从接口继承的方法 org.bukkit.Translatable
getTranslationKey
-
字段详细资料
-
QUARTZ
石英Material.QUARTZ. -
IRON
-
NETHERITE
下界合金锭Material.NETHERITE_INGOT. -
REDSTONE
-
COPPER
-
GOLD
-
EMERALD
绿宝石Material.EMERALD. -
DIAMOND
钻石Material.DIAMOND. -
LAPIS
-
AMETHYST
紫水晶碎片Material.AMETHYST_SHARD. -
RESIN
树脂砖Material.RESIN_BRICK.
-
-
方法详细资料
-
getKey
已过时。A key might not always be present, useRegistryAware.getKeyOrThrow()instead.返回用于此对象的命名空间标识符.原文:Return the namespaced identifier for this object.
-
RegistryAware.getKeyOrThrow()instead.