public static enum ModelBuilder.Perspective extends java.lang.Enum<ModelBuilder.Perspective>
Enum Constant and Description |
---|
FIRSTPERSON_LEFT |
FIRSTPERSON_RIGHT |
FIXED |
GROUND |
GUI |
HEAD |
THIRDPERSON_LEFT |
THIRDPERSON_RIGHT |
Modifier and Type | Field and Description |
---|---|
ItemCameraTransforms.TransformType |
vanillaType |
Modifier and Type | Method and Description |
---|---|
static ModelBuilder.Perspective |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelBuilder.Perspective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelBuilder.Perspective THIRDPERSON_RIGHT
public static final ModelBuilder.Perspective THIRDPERSON_LEFT
public static final ModelBuilder.Perspective FIRSTPERSON_RIGHT
public static final ModelBuilder.Perspective FIRSTPERSON_LEFT
public static final ModelBuilder.Perspective HEAD
public static final ModelBuilder.Perspective GUI
public static final ModelBuilder.Perspective GROUND
public static final ModelBuilder.Perspective FIXED
public final ItemCameraTransforms.TransformType vanillaType
public static ModelBuilder.Perspective[] values()
for (ModelBuilder.Perspective c : ModelBuilder.Perspective.values()) System.out.println(c);
public static ModelBuilder.Perspective valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null