Package org.bukkit.material
Class RedstoneWire
- java.lang.Object
- 
- org.bukkit.material.MaterialData
- 
- org.bukkit.material.RedstoneWire
 
 
- 
 @Deprecated public class RedstoneWire extends MaterialData implements Redstone Deprecated.all usage of MaterialData is deprecated and subject to removal. UseBlockData.Represents redstone wire
- 
- 
Constructor SummaryConstructors Constructor Description RedstoneWire()Deprecated.RedstoneWire(Material type)Deprecated.RedstoneWire(Material type, byte data)Deprecated.Magic value
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RedstoneWireclone()Deprecated.booleanisPowered()Deprecated.Gets the current state of this Material, indicating if it's powered or unpoweredStringtoString()Deprecated.- 
Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
 
- 
 
- 
- 
- 
Constructor Detail- 
RedstoneWirepublic RedstoneWire() Deprecated.
 - 
RedstoneWirepublic RedstoneWire(Material type) Deprecated.
 - 
RedstoneWire@Deprecated public RedstoneWire(Material type, byte data) Deprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
 - 
Method Detail- 
isPoweredpublic boolean isPowered() Deprecated.Gets the current state of this Material, indicating if it's powered or unpowered
 - 
toStringpublic String toString() Deprecated.- Overrides:
- toStringin class- MaterialData
 
 - 
clonepublic RedstoneWire clone() Deprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
 
-