public class RACE extends MajorRecordDescription
Modifier and Type | Class and Description |
---|---|
static class |
RACE.AttackData |
static class |
RACE.AttackDataInternal |
static class |
RACE.RACEFlags |
static class |
RACE.RaceFlags2 |
static class |
RACE.Size |
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
void |
addAttackData(RACE.AttackData data)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
addEquipSlot(FormID in)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
addFaceDetailsTexture(Gender g,
FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
addMovementTypeName(java.lang.String name)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
addSpell(FormID spell)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearAttackData()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearEquipSlots()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearFaceDetailsTexture(Gender g)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearMovementTypeNames()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearSpells()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearTinting() |
void |
copyAttackData(RACE rhs) |
boolean |
get(RACE.RACEFlags flag) |
boolean |
get(RACE.RaceFlags2 flag) |
float |
getAccelerationRate() |
float |
getAimAngleTolerance() |
float |
getAngularAcceleration() |
float |
getAngularTolerance() |
FormID |
getArmorRace() |
java.util.ArrayList<RACE.AttackData> |
getAttackData() |
FormID |
getAttackRace() |
float |
getBaseCarryWeight() |
float |
getBaseMass() |
FirstPersonFlags |
getBodyBipedObject() |
BodyTemplate |
getBodyTemplate() |
FormID |
getCloseLootSound() |
FormID |
getDecapHeadPart(Gender gender) |
FormID |
getDecapitationFX() |
float |
getDecelerationRate() |
FormID |
getDefaultFaceTexture(Gender g) |
java.util.ArrayList<FormID> |
getEquipSlots() |
java.util.ArrayList<FormID> |
getFaceDetailsTextureSet(Gender g) |
float |
getFaceGenFaceClamp() |
float |
getFaceGenMainClamp() |
float |
getFemaleWeight() |
float |
getFlightRadius() |
FirstPersonFlags |
getHairBipedObject() |
FormID |
getHairColor(Gender gender) |
FirstPersonFlags |
getHeadBipedObject() |
float |
getHealthRegen() |
float |
getHeight(Gender gender) |
FormID |
getImpactDataSet() |
float |
getInjuredHealthPct() |
KeywordSet |
getKeywordSet() |
java.lang.String |
getLightingModels(Gender gender)
Deprecated.
If needed, request update from Leviathan
|
float |
getMagickaRegen() |
float |
getMaleHeight() |
float |
getMaleWeight() |
FormID |
getMaterialType() |
java.lang.String |
getModel(Gender gender) |
FormID |
getMorphRace() |
java.util.ArrayList<java.lang.String> |
getMovementTypeNames() |
FormID |
getOpenLootSound() |
Model |
getPhysicsModel(Gender gender) |
java.lang.String |
getPhysicsModels(Gender gender)
Deprecated.
use getPhysicsModel()
|
FirstPersonFlags |
getShieldBipedObject() |
RACE.Size |
getSize() |
ActorValue |
getSkillBoostSkill(int boostIndex) |
int |
getSkillBoostValue(int boostIndex) |
java.util.ArrayList<FormID> |
getSpells() |
float |
getStaminaRegen() |
float |
getStartingHealth() |
float |
getStartingMagicka() |
float |
getStartingStamina() |
float |
getUnarmedDamage() |
FormID |
getUnarmedEquipSlot() |
float |
getUnarmedReach() |
FormID |
getVoiceType(Gender gender) |
FormID |
getWornArmor() |
void |
removeAttackData(RACE.AttackData data)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
removeEquipSlot(FormID in)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
removeFaceDetailsTexture(Gender g,
FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
removeMovementTypeName(java.lang.String name)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
removeSpell(FormID spell)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
set(RACE.RaceFlags2 flag,
boolean on) |
void |
set(RACE.RACEFlags flag,
boolean on) |
void |
setAccelerationRate(float accelerationRate) |
void |
setAimAngleTolerance(float aimAngleTolerance) |
void |
setAngularAcceleration(float angularAcceleration) |
void |
setAngularTolerance(float angularTolerance) |
void |
setArmorRace(FormID race) |
void |
setAttackRace(FormID id) |
void |
setBaseCarryWeight(float baseCarryWeight) |
void |
setBaseMass(float baseMass) |
void |
setBodyBipedObject(FirstPersonFlags object) |
void |
setCloseLootSound(FormID id) |
void |
setDecapHeadPart(Gender gender,
FormID part) |
void |
setDecapitationFX(FormID id) |
void |
setDecelerationRate(float decelerationRate) |
void |
setDefaultFaceTexture(Gender g,
FormID id) |
void |
setFaceGenFaceClamp(float in) |
void |
setFaceGenMainClamp(float in) |
void |
setFemaleWeight(float femaleWeight) |
void |
setFlightRadius(float flightRadius) |
void |
setHairBipedObject(FirstPersonFlags object) |
void |
setHairColor(Gender gender,
FormID color) |
void |
setHeadBipedObject(FirstPersonFlags object) |
void |
setHealthRegen(float healthRegen) |
void |
setHeight(Gender gender,
float value) |
void |
setImpactDataSet(FormID id) |
void |
setInjuredHealthPct(float injuredHealthPct) |
void |
setLightingModels(Gender gender,
java.lang.String s)
Deprecated.
If needed, request update from Leviathan
|
void |
setMagickaRegen(float magickaRegen) |
void |
setMaleHeight(float maleHeight) |
void |
setMaleWeight(float maleWeight) |
void |
setMaterialType(FormID id) |
void |
setModel(Gender gender,
java.lang.String model) |
void |
setMorphRace(FormID race) |
void |
setOpenLootSound(FormID id) |
void |
setPhysicsModels(Gender gender,
java.lang.String s)
Deprecated.
use getPhysicsModel()
|
void |
setShieldBipedObject(FirstPersonFlags object) |
void |
setSize(RACE.Size size) |
void |
setSkillBoost(int boostIndex,
ActorValue skill,
int value) |
void |
setStaminaRegen(float staminaRegen) |
void |
setStartingHealth(float startingHealth) |
void |
setStartingMagicka(float startingMagicka) |
void |
setStartingStamina(float startingStamina) |
void |
setUnarmedDamage(float unarmedDamage) |
void |
setUnarmedEquipSlot(FormID id) |
void |
setUnarmedReach(float unarmedReach) |
void |
setVoiceType(Gender gender,
FormID voice) |
void |
setWornArmor(FormID id) |
getDescription, setDescription
getName, setName
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public void set(RACE.RACEFlags flag, boolean on)
flag
- on
- public boolean get(RACE.RACEFlags flag)
flag
- public FormID getWornArmor()
public void setWornArmor(FormID id)
id
- FormID to set the worn ARMO record to.public java.util.ArrayList<FormID> getSpells()
public void addSpell(FormID spell)
spell
- public void removeSpell(FormID spell)
spell
- public void clearSpells()
public void setModel(Gender gender, java.lang.String model)
gender
- model
- public java.lang.String getModel(Gender gender)
gender
- public void setDecapHeadPart(Gender gender, FormID part)
gender
- part
- public void setHeight(Gender gender, float value)
gender
- value
- public float getHeight(Gender gender)
gender
- public float getAccelerationRate()
public void setAccelerationRate(float accelerationRate)
accelerationRate
- public float getAimAngleTolerance()
public void setAimAngleTolerance(float aimAngleTolerance)
aimAngleTolerance
- public float getAngularAcceleration()
public void setAngularAcceleration(float angularAcceleration)
angularAcceleration
- public float getAngularTolerance()
public void setAngularTolerance(float angularTolerance)
angularTolerance
- public float getBaseCarryWeight()
public void setBaseCarryWeight(float baseCarryWeight)
baseCarryWeight
- public float getBaseMass()
public void setBaseMass(float baseMass)
baseMass
- public float getDecelerationRate()
public void setDecelerationRate(float decelerationRate)
decelerationRate
- public float getFemaleWeight()
public void setFemaleWeight(float femaleWeight)
femaleWeight
- public float getFlightRadius()
public void setFlightRadius(float flightRadius)
flightRadius
- public float getHealthRegen()
public void setHealthRegen(float healthRegen)
healthRegen
- public float getInjuredHealthPct()
public void setInjuredHealthPct(float injuredHealthPct)
injuredHealthPct
- public float getMagickaRegen()
public void setMagickaRegen(float magickaRegen)
magickaRegen
- public float getMaleHeight()
public void setMaleHeight(float maleHeight)
maleHeight
- public float getMaleWeight()
public void setMaleWeight(float maleWeight)
maleWeight
- public RACE.Size getSize()
public void setSize(RACE.Size size)
size
- public float getStaminaRegen()
public void setStaminaRegen(float staminaRegen)
staminaRegen
- public float getStartingHealth()
public void setStartingHealth(float startingHealth)
startingHealth
- public float getStartingMagicka()
public void setStartingMagicka(float startingMagicka)
startingMagicka
- public float getStartingStamina()
public void setStartingStamina(float startingStamina)
startingStamina
- public float getUnarmedDamage()
public void setUnarmedDamage(float unarmedDamage)
unarmedDamage
- public float getUnarmedReach()
public void setUnarmedReach(float unarmedReach)
unarmedReach
- public void clearAttackData()
public java.util.ArrayList<RACE.AttackData> getAttackData()
public void addAttackData(RACE.AttackData data)
data
- public void removeAttackData(RACE.AttackData data)
data
- public void copyAttackData(RACE rhs)
rhs
- public FormID getMaterialType()
public void setMaterialType(FormID id)
id
- public FormID getImpactDataSet()
public void setImpactDataSet(FormID id)
id
- public FormID getDecapitationFX()
public void setDecapitationFX(FormID id)
id
- public FormID getOpenLootSound()
public void setOpenLootSound(FormID id)
id
- public FormID getCloseLootSound()
public void setCloseLootSound(FormID id)
id
- public FormID getUnarmedEquipSlot()
public void setUnarmedEquipSlot(FormID id)
id
- public void clearTinting()
public java.lang.String getLightingModels(Gender gender)
gender
- public void setLightingModels(Gender gender, java.lang.String s)
gender
- s
- public java.lang.String getPhysicsModels(Gender gender)
gender
- public void setPhysicsModels(Gender gender, java.lang.String s)
gender
- s
- public java.util.ArrayList<FormID> getEquipSlots()
public void addEquipSlot(FormID in)
in
- public void removeEquipSlot(FormID in)
in
- public void clearEquipSlots()
public KeywordSet getKeywordSet()
public BodyTemplate getBodyTemplate()
public void setArmorRace(FormID race)
race
- public FormID getArmorRace()
public void setMorphRace(FormID race)
race
- public FormID getMorphRace()
public void setSkillBoost(int boostIndex, ActorValue skill, int value)
boostIndex
- skill
- value
- public ActorValue getSkillBoostSkill(int boostIndex)
boostIndex
- public int getSkillBoostValue(int boostIndex)
boostIndex
- public void setHeadBipedObject(FirstPersonFlags object)
object
- public FirstPersonFlags getHeadBipedObject()
public void setHairBipedObject(FirstPersonFlags object)
object
- public FirstPersonFlags getHairBipedObject()
public void setShieldBipedObject(FirstPersonFlags object)
object
- public FirstPersonFlags getShieldBipedObject()
public void setBodyBipedObject(FirstPersonFlags object)
object
- public FirstPersonFlags getBodyBipedObject()
public void set(RACE.RaceFlags2 flag, boolean on)
flag
- on
- public boolean get(RACE.RaceFlags2 flag)
flag
- public java.util.ArrayList<java.lang.String> getMovementTypeNames()
public void addMovementTypeName(java.lang.String name)
name
- public void clearMovementTypeNames()
public void removeMovementTypeName(java.lang.String name)
name
- public void setFaceGenMainClamp(float in)
in
- public float getFaceGenMainClamp()
public void setFaceGenFaceClamp(float in)
in
- public float getFaceGenFaceClamp()
public void setAttackRace(FormID id)
id
- public FormID getAttackRace()
public java.util.ArrayList<FormID> getFaceDetailsTextureSet(Gender g)
g
- public void addFaceDetailsTexture(Gender g, FormID id)
g
- id
- public void removeFaceDetailsTexture(Gender g, FormID id)
g
- id
- public void clearFaceDetailsTexture(Gender g)
g
-