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

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

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

Methods in net.morbz.minecraft.blocks that return DoorBlock.DoorMaterial
static DoorBlock.DoorMaterial DoorBlock.DoorMaterial.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DoorBlock.DoorMaterial[] DoorBlock.DoorMaterial.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.DoorMaterial
static DoorBlock DoorBlock.makeLower(DoorBlock.DoorMaterial material, Facing4State facing, boolean isOpen)
          Creates the lower part of a door.
static DoorBlock DoorBlock.makeUpper(DoorBlock.DoorMaterial material, DoorBlock.HingeSide hinge)
          Creates the upper part of a door.