Package org.bukkit.inventory.meta.trim
Interface TrimMaterial
- All Superinterfaces:
- Keyed,- Keyed,- Translatable
Represents a material that may be used in an 
ArmorTrim.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterialstatic final TrimMaterial
- 
Method SummaryModifier and TypeMethodDescriptionGet the description of thisTrimMaterial.getKey()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.this method assumes thatdescription()will always be a translatable component which is not guaranteed.key()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field Details- 
AMETHYST
- 
COPPER
- 
DIAMOND
- 
EMERALD
- 
GOLD
- 
IRON
- 
LAPIS
- 
NETHERITE
- 
QUARTZ
- 
REDSTONE
- 
RESIN
 
- 
- 
Method Details- 
descriptionGet the description of thisTrimMaterial.- Returns:
- the description
 
- 
getTranslationKeyDeprecated, for removal: This API element is subject to removal in a future version.this method assumes thatdescription()will always be a translatable component which is not guaranteed.Description copied from interface:TranslatableGet the translation key, suitable for use in a translation component.- Specified by:
- getTranslationKeyin interface- Translatable
- Returns:
- the translation key
 
- 
getKeyDeprecated, for removal: This API element is subject to removal in a future version.useRegistry.getKey(Keyed),RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey), andRegistryKey.TRIM_MATERIAL. TrimMaterials can exist without a key.Description copied from interface:KeyedReturn the namespaced identifier for this object.
- 
keyDeprecated, for removal: This API element is subject to removal in a future version.useRegistry.getKey(Keyed),RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey), andRegistryKey.TRIM_MATERIAL. TrimMaterials can exist without a key.Description copied from interface:KeyedReturns the unique identifier for this object.
 
- 
Registry.getKey(Keyed),RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey), andRegistryKey.TRIM_MATERIAL.