public class ARMA extends MajorRecord
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
void |
addAdditionalRace(FormID addRace)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearAdditionalRaces()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
equalAltTextures(ARMA rhs,
Gender gender,
Perspective perspective) |
java.util.ArrayList<FormID> |
getAdditionalRaces() |
java.util.ArrayList<AltTextures.AltTexture> |
getAltTextures(Gender gender,
Perspective perspective)
Returns the set of AltTextures applied to a specified gender and
perspective.
|
BodyTemplate |
getBodyTemplate() |
int |
getDetectionSoundValue() |
FormID |
getFootstepSound() |
java.lang.String |
getModelPath(Gender gender,
Perspective perspective) |
int |
getPriority(Gender gender) |
FormID |
getRace() |
FormID |
getSkinSwap(Gender gender) |
FormID |
getSkinTexture(Gender gender) |
float |
getWeaponAdjust() |
void |
removeAdditionalRace(FormID addRace)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
setDetectionSoundValue(int value) |
void |
setFootstepSound(FormID footstep) |
void |
setModelPath(java.lang.String path,
Gender gender,
Perspective perspective) |
void |
setPriority(int priority,
Gender gender) |
void |
setRace(FormID race) |
void |
setSkinSwap(FormID swapList,
Gender gender) |
void |
setSkinTexture(FormID skin,
Gender gender) |
void |
setWeaponAdjust(float adjust) |
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public void setModelPath(java.lang.String path, Gender gender, Perspective perspective)
path
- Path of the .nif file to assign.gender
- The gender to assign this model path to.perspective
- Perspective to assign this model path to.public java.lang.String getModelPath(Gender gender, Perspective perspective)
gender
- The gender of the desired model path to query.perspective
- The perspective of the model path to query.public java.util.ArrayList<AltTextures.AltTexture> getAltTextures(Gender gender, Perspective perspective)
gender
- Gender of the AltTexture set to query.perspective
- Perspective of the AltTexture set to query.public boolean equalAltTextures(ARMA rhs, Gender gender, Perspective perspective)
rhs
- Other ARMA record.gender
- Gender of the pack to compare.perspective
- Perspective of the pack to comparepublic void setRace(FormID race)
race
- public FormID getRace()
public void addAdditionalRace(FormID addRace)
addRace
- public void removeAdditionalRace(FormID addRace)
addRace
- public java.util.ArrayList<FormID> getAdditionalRaces()
public void clearAdditionalRaces()
public void setFootstepSound(FormID footstep)
footstep
- public FormID getFootstepSound()
public void setPriority(int priority, Gender gender)
priority
- gender
- public int getPriority(Gender gender)
gender
- public void setDetectionSoundValue(int value)
value
- public int getDetectionSoundValue()
public void setWeaponAdjust(float adjust)
adjust
- public float getWeaponAdjust()
public BodyTemplate getBodyTemplate()