接口 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.RegistryAwaregetKeyOrNull, getKeyOrThrow, isRegistered从接口继承的方法 org.bukkit.TranslatablegetTranslationKey
- 
字段详细资料- 
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.