类 Dye
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Dye
代表染料
-
构造器概要
-
方法概要
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Dye
public Dye() -
Dye
已过时。不安全的参数- 参数:
type
- the raw type id
-
Dye
-
Dye
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
Dye
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
Dye
- 参数:
color
- 染料的颜色
-
-
方法详细资料
-
getColor
获取这个染料的颜色.原文:Gets the current color of this dye
-
setColor
设置这个染料的颜色原文: Sets the color of this dye
-
toString
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-