public class Dye extends MaterialData implements Colorable
Constructor | Description |
---|---|
Dye() |
|
Dye(DyeColor color) |
|
Dye(Material type) |
|
Dye(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
Dye |
clone() |
|
DyeColor |
getColor() |
Gets the current color of this dye
|
void |
setColor(DyeColor color) |
Sets the color of this dye
|
String |
toString() |
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public Dye()
public Dye(Material type)
@Deprecated public Dye(Material type, byte data)
type
- the typedata
- the raw data valuepublic Dye(DyeColor color)
color
- color of the dyepublic DyeColor getColor()
public void setColor(DyeColor color)
public String toString()
toString
in class MaterialData
public Dye clone()
clone
in class MaterialData
Copyright © 2019. All rights reserved.