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

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

Uses of Facing4State in net.morbz.minecraft.blocks
 

Methods in net.morbz.minecraft.blocks with parameters of type Facing4State
static DoorBlock DoorBlock.makeLower(DoorBlock.DoorMaterial material, Facing4State facing, boolean isOpen)
          Creates the lower part of a door.
static RailBlock RailBlock.makeSloped(Facing4State facing)
          Creates straight rails that are sloped.
static SpecialRailBlock SpecialRailBlock.makeSloped(SpecialRailBlock.SpecialRailMaterial material, Facing4State facing, boolean isActive)
          Creates straight rails that are sloped.
 

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

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