BlockData
.@Deprecated public class RedstoneWire extends MaterialData implements Redstone
构造器和说明 |
---|
RedstoneWire()
已过时。
|
RedstoneWire(Material type)
已过时。
|
RedstoneWire(Material type,
byte data)
已过时。
Magic value
|
限定符和类型 | 方法和说明 |
---|---|
RedstoneWire |
clone()
已过时。
|
boolean |
isPowered()
已过时。
Gets the current state of this Material, indicating if it's powered or
unpowered
|
java.lang.String |
toString()
已过时。
|
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 java.lang.String toString()
toString
在类中 MaterialData
public RedstoneWire clone()
clone
在类中 MaterialData