org.bukkit.material
Class Sandstone
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sandstone
- All Implemented Interfaces:
- Cloneable
public class Sandstone
- extends MaterialData
Represents the different types of sandstone.
Sandstone
public Sandstone()
Sandstone
public Sandstone(SandstoneType type)
Sandstone
public Sandstone(int type)
Sandstone
public Sandstone(Material type)
Sandstone
public Sandstone(int type,
byte data)
Sandstone
public Sandstone(Material type,
byte data)
getType
public SandstoneType getType()
- Gets the current type of this sandstone
- Returns:
- SandstoneType of this sandstone
setType
public void setType(SandstoneType type)
- Sets the type of this sandstone
- Parameters:
type
- New type of this sandstone
toString
public String toString()
- Overrides:
toString
in class MaterialData
clone
public Sandstone clone()
- Overrides:
clone
in class MaterialData
Copyright © 2013. All Rights Reserved.