类 Command
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Command
已过时。
代表命令方块.
-
构造器概要
-
方法概要
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Command
public Command()已过时。 -
Command
已过时。 -
Command
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
isPowered
public boolean isPowered()已过时。获取这个方块是否充能.原文:Gets the current state of this Material, indicating if it's powered or unpowered
-
setPowered
public void setPowered(boolean bool) 已过时。设置这个方块是否充能.原文:Sets the current state of this Material
- 参数:
bool
- 这个方块是否充能
-
toString
已过时。- 覆盖:
toString
在类中MaterialData
-
clone
已过时。- 覆盖:
clone
在类中MaterialData
-
BlockData
.