Package org.bukkit.inventory.meta.trim
Interface TrimMaterial
- All Superinterfaces:
Keyed
,Keyed
,Translatable
Represents a material that may be used in an
ArmorTrim
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
static final TrimMaterial
-
Method Summary
Modifier 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.
-
Field Details
-
QUARTZ
-
IRON
-
NETHERITE
-
REDSTONE
-
COPPER
-
GOLD
-
EMERALD
-
DIAMOND
-
LAPIS
-
AMETHYST
-
-
Method Details
-
description
Get the description of thisTrimMaterial
.- Returns:
- the description
-
getTranslationKey
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.Description copied from interface:Translatable
Get the translation key, suitable for use in a translation component.- Specified by:
getTranslationKey
in interfaceTranslatable
- Returns:
- the translation key
-
getKey
Deprecated, 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:Keyed
Return the namespaced identifier for this object.
-
Registry.getKey(Keyed)
,RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
, andRegistryKey.TRIM_MATERIAL
.