java.lang.Cloneable
, PressureSensor
public class DetectorRail extends ExtendedRails implements PressureSensor
Constructor | Description |
---|---|
DetectorRail() |
|
DetectorRail(int type) |
Deprecated.
Magic value
|
DetectorRail(int type,
byte data) |
Deprecated.
Magic value
|
DetectorRail(Material type) |
|
DetectorRail(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
DetectorRail |
clone() |
|
boolean |
isPressed() |
|
void |
setPressed(boolean isPressed) |
getConvertedData, isCurve, setDirection
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
finalize, getClass, notify, notifyAll, wait, wait, wait
getDirection, isOnSlope, toString
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
in interface PressureSensor
public void setPressed(boolean isPressed)
public DetectorRail clone()
clone
in class ExtendedRails
Copyright © 2018. All rights reserved.