类 RedstoneTorch
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
org.bukkit.material.Torch
org.bukkit.material.RedstoneTorch
- 所有已实现的接口:
Cloneable,Attachable,Directional,Redstone
代表红石火把
-
构造器概要
构造器构造器说明RedstoneTorch(int type) 已过时。不安全的参数RedstoneTorch(int type, byte data) 已过时。不安全的参数RedstoneTorch(Material type) RedstoneTorch(Material type, byte data) 已过时。不安全的参数 -
方法概要
从类继承的方法 org.bukkit.material.Torch
getAttachedFace, setFacingDirection从类继承的方法 org.bukkit.material.SimpleAttachableMaterialData
getFacing从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
RedstoneTorch
public RedstoneTorch() -
RedstoneTorch
已过时。不安全的参数- 参数:
type- the raw type id
-
RedstoneTorch
-
RedstoneTorch
已过时。不安全的参数- 参数:
type- the raw type iddata- the raw data value
-
RedstoneTorch
已过时。不安全的参数- 参数:
type- the typedata- the raw data value
-
-
方法详细资料