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 Summary
ConstructorDescriptionDeprecated, 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 Summary
Modifier 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 sandstonevoid
setType
(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.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Sandstone
public Sandstone()Deprecated, for removal: This API element is subject to removal in a future version. -
Sandstone
Deprecated, for removal: This API element is subject to removal in a future version. -
Sandstone
Deprecated, for removal: This API element is subject to removal in a future version. -
Sandstone
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
getType
Deprecated, 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
-
setType
Deprecated, 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
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classMaterialData
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classMaterialData
-
BlockData
.