public class DetectorRail extends ExtendedRails implements PressureSensor
コンストラクタと説明 |
---|
DetectorRail() |
DetectorRail(int type)
非推奨です。
Magic value
|
DetectorRail(int type,
byte data)
非推奨です。
Magic value
|
DetectorRail(Material type) |
DetectorRail(Material type,
byte data)
非推奨です。
Magic value
|
修飾子とタイプ | メソッドと説明 |
---|---|
DetectorRail |
clone() |
boolean |
isPressed() |
void |
setPressed(boolean isPressed) |
getConvertedData, isCurve, setDirection
getDirection, isOnSlope, toString
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
public DetectorRail()
@Deprecated public DetectorRail(int type)
type
- the raw type idpublic DetectorRail(Material type)
@Deprecated public DetectorRail(int type, byte data)
type
- the raw type iddata
- the raw data value@Deprecated public DetectorRail(Material type, byte data)
type
- the typedata
- the raw data valuepublic boolean isPressed()
isPressed
インタフェース内 PressureSensor
public void setPressed(boolean isPressed)
public DetectorRail clone()
clone
クラス内 ExtendedRails
Copyright © 2016. All rights reserved.