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

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

Uses of Facing5State in net.morbz.minecraft.blocks
 

Constructors in net.morbz.minecraft.blocks with parameters of type Facing5State
RedstoneTorchBlock(boolean isActive, Facing5State facing)
          Creates a new instance.
 

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

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