| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.material | Classes that represents various voxel types and states. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static SandstoneType | SandstoneType. getByData(byte data) | Deprecated.
 Magic value | 
| static SandstoneType | SandstoneType. valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static SandstoneType[] | SandstoneType. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| SandstoneType | Sandstone. getType() | Gets the current type of this sandstone | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | Sandstone. setType(SandstoneType type) | Sets the type of this sandstone | 
| Constructor | Description | 
|---|---|
| Sandstone(SandstoneType type) | 
Copyright © 2018. All rights reserved.