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 Sandstone
clone()
Deprecated.SandstoneType
getType()
Deprecated.Gets the current type of this sandstonevoid
setType(SandstoneType type)
Deprecated.Sets the type of this sandstoneString
toString()
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:
toString
in classMaterialData
-
clone
Deprecated.- Overrides:
clone
in classMaterialData
-