public class RedstoneWire extends MaterialData implements Redstone
| コンストラクタと説明 |
|---|
RedstoneWire() |
RedstoneWire(int type)
非推奨です。
Magic value
|
RedstoneWire(int type,
byte data)
非推奨です。
Magic value
|
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
|
String |
toString() |
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic RedstoneWire()
@Deprecated public RedstoneWire(int type)
type - the raw type idpublic RedstoneWire(Material type)
@Deprecated public RedstoneWire(int type, byte data)
type - the raw type iddata - the raw data value@Deprecated public RedstoneWire(Material type, byte data)
type - the typedata - the raw data valuepublic boolean isPowered()
public String toString()
toString クラス内 MaterialDatapublic RedstoneWire clone()
clone クラス内 MaterialDataCopyright © 2016. All rights reserved.