类 Sandstone
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sandstone
- 所有已实现的接口:
- Cloneable
已过时。
Represents the different types of sandstone.
- 
构造器概要构造器
- 
方法概要修饰符和类型方法说明clone()已过时。getType()已过时。Gets the current type of this sandstonevoidsetType(SandstoneType type) 已过时。Sets the type of this sandstonetoString()已过时。从类继承的方法 org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
构造器详细资料- 
Sandstonepublic Sandstone()已过时。
- 
Sandstone已过时。
- 
Sandstone已过时。
- 
Sandstone已过时。Magic value- 参数:
- type- the type
- data- the raw data value
 
 
- 
- 
方法详细资料- 
getType已过时。Gets the current type of this sandstone- 返回:
- SandstoneType of this sandstone
 
- 
setType已过时。Sets the type of this sandstone- 参数:
- type- New type of this sandstone
 
- 
toString已过时。- 覆盖:
- toString在类中- MaterialData
 
- 
clone已过时。- 覆盖:
- clone在类中- MaterialData
 
 
- 
BlockData.