Package org.bukkit.material
Class Sandstone
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sandstone
- All Implemented Interfaces:
- Cloneable
Deprecated.
Represents the different types of sandstone.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.getType()Deprecated.Gets the current type of this sandstonevoidsetType(SandstoneType type) Deprecated.Sets the type of this sandstonetoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Sandstonepublic Sandstone()Deprecated.
- 
SandstoneDeprecated.
- 
SandstoneDeprecated.
- 
SandstoneDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getTypeDeprecated.Gets the current type of this sandstone- Returns:
- SandstoneType of this sandstone
 
- 
setTypeDeprecated.Sets the type of this sandstone- Parameters:
- type- New type of this sandstone
 
- 
toStringDeprecated.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.