Uses of Class
net.minecraft.world.gen.structure.EnumDoor

Packages that use EnumDoor
net.minecraft.world.gen.structure   
net.minecraftforge.common   
 

Uses of EnumDoor in net.minecraft.world.gen.structure
 

Methods in net.minecraft.world.gen.structure that return EnumDoor
static EnumDoor EnumDoor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumDoor[] EnumDoor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumDoor in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return EnumDoor
static EnumDoor EnumHelper.addDoor(String name)