Uses of Class
net.morbz.minecraft.blocks.DoorBlock.HingeSide

Packages that use DoorBlock.HingeSide
net.morbz.minecraft.blocks   
 

Uses of DoorBlock.HingeSide in net.morbz.minecraft.blocks
 

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

Methods in net.morbz.minecraft.blocks with parameters of type DoorBlock.HingeSide
static DoorBlock DoorBlock.makeUpper(DoorBlock.DoorMaterial material, DoorBlock.HingeSide hinge)
          Creates the upper part of a door.