Uses of Class
net.morbz.minecraft.blocks.RailBlock.RailCurve

Packages that use RailBlock.RailCurve
net.morbz.minecraft.blocks   
 

Uses of RailBlock.RailCurve in net.morbz.minecraft.blocks
 

Methods in net.morbz.minecraft.blocks that return RailBlock.RailCurve
static RailBlock.RailCurve RailBlock.RailCurve.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RailBlock.RailCurve[] RailBlock.RailCurve.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 RailBlock.RailCurve
static RailBlock RailBlock.makeCurved(RailBlock.RailCurve curve)
          Creates curved, flat rails.