Package org.bukkit.material
Class Wool
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Wool
@Deprecated(since="1.13",
            forRemoval=true)
public class Wool
extends MaterialData
implements Colorable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a Wool/Cloth block
- 
Constructor SummaryConstructorsConstructorDescriptionWool()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.getColor()Deprecated, for removal: This API element is subject to removal in a future version.Gets the current color of this dyevoidDeprecated, for removal: This API element is subject to removal in a future version.Sets the color of this dyetoString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Woolpublic Wool()Deprecated, for removal: This API element is subject to removal in a future version.
- 
WoolDeprecated, for removal: This API element is subject to removal in a future version.
- 
WoolDeprecated, for removal: This API element is subject to removal in a future version.
- 
WoolDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getColorDeprecated, for removal: This API element is subject to removal in a future version.Gets the current color of this dye
- 
setColorDeprecated, for removal: This API element is subject to removal in a future version.Sets the color of this dye
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.