Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Modifier and Type | Method and Description |
---|---|
boolean |
ARMA.equalAltTextures(ARMA rhs,
Gender gender,
Perspective perspective) |
java.util.ArrayList<AltTextures.AltTexture> |
ARMA.getAltTextures(Gender gender,
Perspective perspective)
Returns the set of AltTextures applied to a specified gender and
perspective.
|
java.lang.String |
ARMA.getModelPath(Gender gender,
Perspective perspective) |
void |
ARMA.setModelPath(java.lang.String path,
Gender gender,
Perspective perspective) |
Modifier and Type | Method and Description |
---|---|
static Perspective |
Perspective.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Perspective[] |
Perspective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|