类 PoweredRail
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Rails
org.bukkit.material.ExtendedRails
org.bukkit.material.PoweredRail
已过时。
Represents a powered rail
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
已过时。boolean
已过时。Gets the current state of this Material, indicating if it's powered or unpoweredvoid
setPowered
(boolean isPowered) 已过时。Set whether this PoweredRail should be powered or not.从类继承的方法 org.bukkit.material.ExtendedRails
getConvertedData, isCurve, setDirection
从类继承的方法 org.bukkit.material.Rails
getDirection, isOnSlope, toString
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
PoweredRail
public PoweredRail()已过时。 -
PoweredRail
已过时。 -
PoweredRail
已过时。Magic value- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
isPowered
public boolean isPowered()已过时。从接口复制的说明:Redstone
Gets the current state of this Material, indicating if it's powered or unpowered -
setPowered
public void setPowered(boolean isPowered) 已过时。Set whether this PoweredRail should be powered or not.- 参数:
isPowered
- whether or not the rail is powered
-
clone
已过时。- 覆盖:
clone
在类中ExtendedRails
-
BlockData
.