Class ArmorTrim
java.lang.Object
org.bukkit.inventory.meta.trim.ArmorTrim
Represents an armor trim that may be applied to an item.
- Since:
- 1.19.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet theTrimMaterialfor this armor trim.Get theTrimPatternfor this armor trim.inthashCode()
-
Constructor Details
-
ArmorTrim
- Parameters:
material- the materialpattern- the pattern- Since:
- 1.19.4
-
-
Method Details
-
getMaterial
Get theTrimMaterialfor this armor trim.- Returns:
- the material
- Since:
- 1.19.4
-
getPattern
Get theTrimPatternfor this armor trim.- Returns:
- the pattern
- Since:
- 1.19.4
-
hashCode
-
equals
-