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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.getType()
Deprecated.Gets the current type of this sandstonevoid
setType
(SandstoneType type) Deprecated.Sets the type of this sandstonetoString()
Deprecated.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Sandstone
public Sandstone()Deprecated. -
Sandstone
Deprecated. -
Sandstone
Deprecated. -
Sandstone
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
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
-
BlockData
.