类 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
ArmorTrim
given aTrimMaterial
andTrimPattern
.- 参数:
material
- 材质pattern
- 图案
-
-
方法详细资料
-
getMaterial
获取此盔甲纹饰的TrimMaterial
。原文: Get the
TrimMaterial
for this armor trim.- 返回:
- 材质
-
getPattern
获取此盔甲纹饰的TrimPattern
。原文: Get the
TrimPattern
for this armor trim.- 返回:
- 图案
-
hashCode
public int hashCode() -
equals
-