public class Sandstone extends MaterialData
コンストラクタと説明 |
---|
Sandstone() |
Sandstone(int type)
非推奨です。
Magic value
|
Sandstone(int type,
byte data)
非推奨です。
Magic value
|
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
|
String |
toString() |
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
public Sandstone()
public Sandstone(SandstoneType type)
@Deprecated public Sandstone(int type)
type
- the raw type idpublic Sandstone(Material type)
@Deprecated public Sandstone(int type, byte data)
type
- the raw type iddata
- the raw data value@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 String toString()
toString
クラス内 MaterialData
public Sandstone clone()
clone
クラス内 MaterialData
Copyright © 2016. All rights reserved.