Uses of Class
org.bukkit.NetherWartsState

Packages that use NetherWartsState
org.bukkit More generalized classes in the API. 
org.bukkit.material Classes that represents various voxel types and states. 
 

Uses of NetherWartsState in org.bukkit
 

Methods in org.bukkit that return NetherWartsState
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.
 

Uses of NetherWartsState in org.bukkit.material
 

Methods in org.bukkit.material that return NetherWartsState
 NetherWartsState NetherWarts.getState()
          Gets the current growth state of this nether wart
 

Methods in org.bukkit.material with parameters of type NetherWartsState
 void NetherWarts.setState(NetherWartsState state)
          Sets the growth state of this nether wart
 

Constructors in org.bukkit.material with parameters of type NetherWartsState
NetherWarts(NetherWartsState state)
           
 



Copyright © 2014. All rights reserved.