Package org.bukkit.inventory.meta.trim
Interface TrimMaterial
- All Superinterfaces:
net.kyori.adventure.key.Keyed
,Keyed
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 TypeMethodDescriptiongetKey()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
QUARTZ
-
IRON
-
NETHERITE
-
REDSTONE
-
COPPER
-
GOLD
-
EMERALD
-
DIAMOND
-
LAPIS
-
AMETHYST
-
-
Method Details
-
getKey
Deprecated, for removal: This API element is subject to removal in a future version.useRegistry.getKey(Keyed)
andRegistry.TRIM_MATERIAL
. TrimMaterials can exist without a key.Description copied from interface:Keyed
Return the namespaced identifier for this object.
-
Registry.getKey(Keyed)
andRegistry.TRIM_MATERIAL
.