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 and 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 and Description |
---|---|
NetherWartsState |
NetherWarts.getState()
Gets the current growth state of this nether wart
|
Modifier and Type | Method and Description |
---|---|
void |
NetherWarts.setState(NetherWartsState state)
Sets the growth state of this nether wart
|
Constructor and Description |
---|
NetherWarts(NetherWartsState state) |
Copyright © 2016. All rights reserved.