类 Sandstone
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sandstone
- 所有已实现的接口:
Cloneable
代表不同种类的沙石.
-
构造器概要
-
方法概要
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Sandstone
public Sandstone() -
Sandstone
-
Sandstone
已过时。不安全的参数- 参数:
type
- the raw type id
-
Sandstone
-
Sandstone
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data
-
Sandstone
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data
-
-
方法详细资料
-
getType
获取这个沙石的种类.原文:Gets the current type of this sandstone
- 返回:
- 沙石的种类
-
setType
设置这个沙石的种类.原文:Sets the type of this sandstone
- 参数:
type
- 新种类
-
toString
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-