接口 BannerMeta
- 所有超级接口:
Cloneable
,ConfigurationSerializable
,ItemMeta
-
方法概要
修饰符和类型方法说明void
addPattern
(Pattern pattern) 在现有的图案顶上新增图案.已过时。旗帜底色现以数据值的形式存储,而不是元数据.getPattern
(int i) 返回在指定索引处的图案.返回这个旗帜的图案的列表.int
返回在这个旗帜的图案数量.removePattern
(int i) 在指定索引处移除图案.void
setBaseColor
(DyeColor color) 已过时。旗帜底色现以数据值的形式存储,而不是元数据.void
setPattern
(int i, Pattern pattern) 在指定的索引处设置图案.void
setPatterns
(List<Pattern> patterns) 设置这个旗帜的图案.从接口继承的方法 org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
从接口继承的方法 org.bukkit.inventory.meta.ItemMeta
addEnchant, addItemFlags, clone, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable
-
方法详细资料
-
getBaseColor
已过时。旗帜底色现以数据值的形式存储,而不是元数据.返回这个旗帜的底色.原文:Returns the base color for this banner
- 返回:
- 底色
-
setBaseColor
已过时。旗帜底色现以数据值的形式存储,而不是元数据.设置这个旗帜的底色.原文:Sets the base color for this banner
- 参数:
color
- 底色
-
getPatterns
返回这个旗帜的图案的列表.原文:Returns a list of patterns on this banner
- 返回:
- 图案列表
-
setPatterns
设置这个旗帜的图案.原文:Sets the patterns used on this banner
- 参数:
patterns
- 新的图案的列表
-
addPattern
在现有的图案顶上新增图案.原文:Adds a new pattern on top of the existing patterns
- 参数:
pattern
- 要新增的图案
-
getPattern
返回在指定索引处的图案.原文:Returns the pattern at the specified index
- 参数:
i
- 索引- 返回:
- 图案
-
removePattern
在指定索引处移除图案.原文:Removes the pattern at the specified index
- 参数:
i
- 索引- 返回:
- 移除的图案
-
setPattern
在指定的索引处设置图案.原文:Sets the pattern at the specified index
- 参数:
i
- 索引pattern
- 新的图案
-
numberOfPatterns
int numberOfPatterns()返回在这个旗帜的图案数量.原文:Returns the number of patterns on this banner
- 返回:
- 图案数量
-