Uses of Class
net.morbz.minecraft.blocks.StainedBlock.StainedColor

Packages that use StainedBlock.StainedColor
net.morbz.minecraft.blocks   
 

Uses of StainedBlock.StainedColor in net.morbz.minecraft.blocks
 

Methods in net.morbz.minecraft.blocks that return StainedBlock.StainedColor
static StainedBlock.StainedColor StainedBlock.StainedColor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StainedBlock.StainedColor[] StainedBlock.StainedColor.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 StainedBlock.StainedColor
StainedBlock(StainedBlock.StainedMaterial material, StainedBlock.StainedColor color)
          Creates a new instance.