Uses of Class
net.morbz.minecraft.blocks.QuartzBlock.QuartzFacing

Packages that use QuartzBlock.QuartzFacing
net.morbz.minecraft.blocks   
 

Uses of QuartzBlock.QuartzFacing in net.morbz.minecraft.blocks
 

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

Constructors in net.morbz.minecraft.blocks with parameters of type QuartzBlock.QuartzFacing
QuartzBlock(QuartzBlock.QuartzFacing facing)
          Creates a new instance.