Package org.bukkit.material
Class RedstoneWire
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.RedstoneWire
Deprecated.
Represents redstone wire
-
Constructor Summary
ConstructorDescriptionDeprecated.RedstoneWire
(Material type) Deprecated.RedstoneWire
(Material type, byte data) Deprecated.Magic value -
Method Summary
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
RedstoneWire
public RedstoneWire()Deprecated. -
RedstoneWire
Deprecated. -
RedstoneWire
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
isPowered
public boolean isPowered()Deprecated.Gets the current state of this Material, indicating if it's powered or unpowered -
toString
Deprecated.- Overrides:
toString
in classMaterialData
-
clone
Deprecated.- Overrides:
clone
in classMaterialData
-
BlockData
.