Uses of Class
Minecart.Type

Uses of Minecart.Type in <Unnamed>
 

Methods in <Unnamed> that return Minecart.Type
Modifier and Type Method and Description
static Minecart.Type Minecart.Type.fromId(int type)
           
 Minecart.Type Minecart.getType()
          Returns the type of this minecart.
static Minecart.Type Minecart.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Minecart.Type[] Minecart.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in <Unnamed> with parameters of type Minecart.Type
Constructor and Description
Minecart(double x, double y, double z, Minecart.Type type)
          Create a new Minecart at the given position