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