public class ARMO extends MajorRecordDescription
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
void |
addArmature(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
equalAltTextures(ARMO rhs,
Gender gender) |
java.util.ArrayList<AltTextures.AltTexture> |
getAltTextures(Gender gender)
Returns the set of AltTextures applied to a specified gender and
perspective.
|
java.util.ArrayList<FormID> |
getArmatures() |
int |
getArmorRating() |
float |
getArmorRatingFloat() |
FormID |
getBashImpactData() |
BodyTemplate |
getBodyTemplate() |
FormID |
getDropSound() |
FormID |
getEnchantment() |
FormID |
getEquipSet() |
KeywordSet |
getKeywordSet() |
java.lang.String |
getModel(Gender g) |
FormID |
getPickupSound() |
FormID |
getRace() |
ScriptPackage |
getScriptPackage() |
FormID |
getTemplate() |
int |
getValue() |
float |
getWeight() |
void |
removeArmature(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
setArmorRating(int rating) |
void |
setArmorRatingFloat(float rating) |
void |
setBashImpactData(FormID set) |
void |
setDropSound(FormID sound) |
void |
setEnchantment(FormID id) |
void |
setEquipSlot(FormID slot) |
void |
setModel(java.lang.String path,
Gender g) |
void |
setPickupSound(FormID sound) |
void |
setRace(FormID race) |
void |
setTemplate(FormID template) |
void |
setValue(int value) |
void |
setWeight(float weight) |
getDescription, setDescription
getName, setName
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public KeywordSet getKeywordSet()
public java.util.ArrayList<FormID> getArmatures()
public void addArmature(FormID id)
id
- Adds an ARMA record to the MODL list.public void removeArmature(FormID id)
id
- Removes an ARMA record from the MODL list if it exists.public void setEnchantment(FormID id)
id
- public FormID getEnchantment()
public java.util.ArrayList<AltTextures.AltTexture> getAltTextures(Gender gender)
gender
- Gender of the AltTexture set to query.public boolean equalAltTextures(ARMO rhs, Gender gender)
rhs
- Other ARMA record.gender
- Gender of the pack to compare.public void setModel(java.lang.String path, Gender g)
path
- g
- public java.lang.String getModel(Gender g)
g
- public void setPickupSound(FormID sound)
sound
- public FormID getPickupSound()
public void setDropSound(FormID sound)
sound
- public FormID getDropSound()
public void setEquipSlot(FormID slot)
slot
- public FormID getEquipSet()
public void setBashImpactData(FormID set)
set
- public FormID getBashImpactData()
public void setRace(FormID race)
race
- public FormID getRace()
public void setValue(int value)
value
- public int getValue()
public void setWeight(float weight)
weight
- public float getWeight()
public void setArmorRatingFloat(float rating)
rating
- public float getArmorRatingFloat()
public void setArmorRating(int rating)
rating
- public int getArmorRating()
public void setTemplate(FormID template)
template
- public FormID getTemplate()
public ScriptPackage getScriptPackage()
public BodyTemplate getBodyTemplate()