BlockData
.@Deprecated public class RedstoneWire extends MaterialData implements Redstone
Constructor and Description |
---|
RedstoneWire()
Deprecated.
|
RedstoneWire(Material type)
Deprecated.
|
RedstoneWire(Material type,
byte data)
Deprecated.
Magic value
|
Modifier and Type | Method and Description |
---|---|
RedstoneWire |
clone()
Deprecated.
|
boolean |
isPowered()
Deprecated.
Gets the current state of this Material, indicating if it's powered or
unpowered
|
String |
toString()
Deprecated.
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public RedstoneWire()
public RedstoneWire(Material type)
@Deprecated public RedstoneWire(Material type, byte data)
type
- the typedata
- the raw data valuepublic boolean isPowered()
public String toString()
toString
in class MaterialData
public RedstoneWire clone()
clone
in class MaterialData
Copyright © 2021. All rights reserved.