public static enum NPC_.FacePart extends java.lang.Enum<NPC_.FacePart>
Enum Constant and Description |
---|
BrowsForwardBack |
BrowsInOut |
BrowsUpDown |
CheeksForwardBack |
CheeksUpDown |
ChinOverbite |
ChinThinWide |
ChinUpDown |
EyesForwardBack |
EyesInOut |
EyesUpDown |
JawForwardBack |
JawNarrowWide |
JawUpDown |
LipsInOut |
LipsUpDown |
NoseLongShort |
NoseUpDown |
Modifier and Type | Method and Description |
---|---|
static NPC_.FacePart |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NPC_.FacePart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NPC_.FacePart NoseLongShort
public static final NPC_.FacePart NoseUpDown
public static final NPC_.FacePart JawUpDown
public static final NPC_.FacePart JawNarrowWide
public static final NPC_.FacePart JawForwardBack
public static final NPC_.FacePart CheeksUpDown
public static final NPC_.FacePart CheeksForwardBack
public static final NPC_.FacePart EyesUpDown
public static final NPC_.FacePart EyesInOut
public static final NPC_.FacePart BrowsUpDown
public static final NPC_.FacePart BrowsInOut
public static final NPC_.FacePart BrowsForwardBack
public static final NPC_.FacePart LipsUpDown
public static final NPC_.FacePart LipsInOut
public static final NPC_.FacePart ChinThinWide
public static final NPC_.FacePart ChinUpDown
public static final NPC_.FacePart ChinOverbite
public static final NPC_.FacePart EyesForwardBack
public static NPC_.FacePart[] values()
for (NPC_.FacePart c : NPC_.FacePart.values()) System.out.println(c);
public static NPC_.FacePart 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