Uses of Class
net.morbz.minecraft.blocks.states.WoodState

Packages that use WoodState
net.morbz.minecraft.blocks   
net.morbz.minecraft.blocks.states   
 

Uses of WoodState in net.morbz.minecraft.blocks
 

Constructors in net.morbz.minecraft.blocks with parameters of type WoodState
PlanksBlock(WoodState wood)
          Creates a new instance.
 

Uses of WoodState in net.morbz.minecraft.blocks.states
 

Methods in net.morbz.minecraft.blocks.states that return WoodState
static WoodState WoodState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WoodState[] WoodState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.