Cloneable
BlockData
.@Deprecated public class Sandstone extends MaterialData
Constructor | Description |
---|---|
Sandstone() |
Deprecated.
|
Sandstone(Material type) |
Deprecated.
|
Sandstone(Material type,
byte data) |
Deprecated.
Magic value
|
Sandstone(SandstoneType type) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Sandstone |
clone() |
Deprecated.
|
SandstoneType |
getType() |
Deprecated.
Gets the current type of this sandstone
|
void |
setType(SandstoneType type) |
Deprecated.
Sets the type of this sandstone
|
String |
toString() |
Deprecated.
|
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 String toString()
toString
in class MaterialData
public Sandstone clone()
clone
in class MaterialData
Copyright © 2019. All rights reserved.