| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bukkit.material.MaterialData
org.bukkit.material.Sandstone
public class Sandstone
Represents the different types of sandstone.
| Constructor Summary | |
|---|---|
Sandstone()
 | 
|
Sandstone(int type)
Deprecated. Magic value  | 
|
Sandstone(int type,
          byte data)
Deprecated. Magic value  | 
|
Sandstone(Material type)
 | 
|
Sandstone(Material type,
          byte data)
Deprecated. Magic value  | 
|
Sandstone(SandstoneType type)
 | 
|
| Method Summary | |
|---|---|
 Sandstone | 
clone()
 | 
 SandstoneType | 
getType()
Gets the current type of this sandstone  | 
 void | 
setType(SandstoneType type)
Sets the type of this sandstone  | 
 String | 
toString()
 | 
| Methods inherited from class org.bukkit.material.MaterialData | 
|---|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack | 
| Methods inherited from class java.lang.Object | 
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Sandstone()
public Sandstone(SandstoneType type)
@Deprecated public Sandstone(int type)
public Sandstone(Material type)
@Deprecated
public Sandstone(int type,
                            byte data)
@Deprecated
public Sandstone(Material type,
                            byte data)
| Method Detail | 
|---|
public SandstoneType getType()
public void setType(SandstoneType type)
type - New type of this sandstonepublic String toString()
toString in class MaterialDatapublic Sandstone clone()
clone in class MaterialData
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||