类 ExtendedRails
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Rails
org.bukkit.material.ExtendedRails
- 所有已实现的接口:
Cloneable
- 直接已知子类:
DetectorRail,PoweredRail
已过时。
This is the superclass for the
DetectorRail and PoweredRail
classes-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明clone()已过时。protected byte已过时。Magic valuebooleanisCurve()已过时。voidsetDirection(BlockFace face, boolean isOnSlope) 已过时。Set the direction of these tracks从类继承的方法 org.bukkit.material.Rails
getDirection, isOnSlope, toString从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
ExtendedRails
已过时。 -
ExtendedRails
已过时。Magic value- 参数:
type- the typedata- the raw data value
-
-
方法详细资料
-
isCurve
public boolean isCurve()已过时。 -
getConvertedData
已过时。Magic valueReturn the data without the extended properties used byPoweredRailandDetectorRail. Overridden inExtendedRails- 覆盖:
getConvertedData在类中Rails- 返回:
- the data without the extended part
-
setDirection
已过时。从类复制的说明:RailsSet the direction of these tracksNote that tracks are bidirectional and that the direction returned is the ascending direction if the track is set on a slope. If it is set as a curve, the corner of the track should be supplied.
- 覆盖:
setDirection在类中Rails- 参数:
face- the direction the track should be facingisOnSlope- whether or not the track should be on a slope
-
clone
已过时。
-
BlockData.