| Package | Description | 
|---|---|
| org.bukkit | 
 The root package of the Bukkit API, contains generalized API classes. 
 | 
| org.bukkit.material | 
 Classes that represents various voxel types and states. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static @Nullable SandstoneType | 
SandstoneType.getByData(byte data)
Deprecated. 
 
Magic value 
 | 
static SandstoneType | 
SandstoneType.valueOf(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 and Description | 
|---|---|
SandstoneType | 
Sandstone.getType()
Deprecated.  
Gets the current type of this sandstone 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Sandstone.setType(SandstoneType type)
Deprecated.  
Sets the type of this sandstone 
 | 
| Constructor and Description | 
|---|
Sandstone(SandstoneType type)
Deprecated.  
  | 
Copyright © 2022. All rights reserved.