类 ArmorTrim
java.lang.Object
org.bukkit.inventory.meta.trim.ArmorTrim
代表可应用于物品的装甲装饰。
原文: Represents an armor trim that may be applied to an item.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ArmorTrim
根据指定的TrimMaterial和TrimPattern创建一个新的ArmorTrim。原文: Create a new
ArmorTrimgiven aTrimMaterialandTrimPattern.- 参数:
material- 材质pattern- 图案
-
-
方法详细资料
-
getMaterial
获取此盔甲纹饰的TrimMaterial。原文: Get the
TrimMaterialfor this armor trim.- 返回:
- 材质
-
getPattern
获取此盔甲纹饰的TrimPattern。原文: Get the
TrimPatternfor this armor trim.- 返回:
- 图案
-
hashCode
public int hashCode() -
equals
-