| 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 NetherWartsState | 
NetherWartsState.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static NetherWartsState[] | 
NetherWartsState.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
NetherWartsState | 
NetherWarts.getState() | 
 Gets the current growth state of this nether wart 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
NetherWarts.setState(NetherWartsState state) | 
 Sets the growth state of this nether wart 
 | 
| Constructor | Description | 
|---|---|
NetherWarts(NetherWartsState state) | 
Copyright © 2019. All rights reserved.