Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Member Functions | |
byte | getData () |
Static Public Member Functions | |
static SandstoneType | getByData (final byte data) |
[static initializer] | |
Public Attributes | |
CRACKED =(0x0) | |
GLYPHED =(0x1) | |
SMOOTH =(0x2) | |
Represents the three different types of Sandstone
Definition at line 10 of file SandstoneType.java.
|
static |
Gets the type of sandstone with the given data value
data | Data value to fetch |
Definition at line 42 of file SandstoneType.java.
Referenced by org.bukkit.material.Sandstone.getType().
byte org.bukkit.SandstoneType.getData | ( | ) |
Gets the associated data value representing this type of sandstone
Definition at line 29 of file SandstoneType.java.
Referenced by org.bukkit.material.Sandstone.setType().