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