BlockData
.@Deprecated public class Sandstone extends MaterialData
构造器和说明 |
---|
Sandstone()
已过时。
|
Sandstone(Material type)
已过时。
|
Sandstone(Material type,
byte data)
已过时。
Magic value
|
Sandstone(SandstoneType type)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
Sandstone |
clone()
已过时。
|
SandstoneType |
getType()
已过时。
Gets the current type of this sandstone
|
void |
setType(SandstoneType type)
已过时。
Sets the type of this sandstone
|
java.lang.String |
toString()
已过时。
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public Sandstone()
public Sandstone(SandstoneType type)
public Sandstone(Material type)
@Deprecated public Sandstone(Material type, byte data)
type
- the typedata
- the raw data valuepublic SandstoneType getType()
public void setType(SandstoneType type)
type
- New type of this sandstonepublic java.lang.String toString()
toString
在类中 MaterialData
public Sandstone clone()
clone
在类中 MaterialData