Package org.bukkit.material
Class Sandstone
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sandstone
- All Implemented Interfaces:
Cloneable
@Deprecated public class Sandstone extends MaterialData
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData.Represents the different types of sandstone.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Sandstoneclone()Deprecated.SandstoneTypegetType()Deprecated.Gets the current type of this sandstonevoidsetType(SandstoneType type)Deprecated.Sets the type of this sandstoneStringtoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Method Details
-
getType
Deprecated.Gets the current type of this sandstone- Returns:
- SandstoneType of this sandstone
-
setType
Deprecated.Sets the type of this sandstone- Parameters:
type- New type of this sandstone
-
toString
Deprecated.- Overrides:
toStringin classMaterialData
-
clone
Deprecated.- Overrides:
clonein classMaterialData
-