CloneableBlockData.@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, toItemStackpublic 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 MaterialDatapublic Sandstone clone()
clone in class MaterialDataCopyright © 2019. All rights reserved.