public class HDPT extends MajorRecordNamed
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
void |
addHeadPart(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearHeadParts()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
java.util.ArrayList<AltTextures.AltTexture> |
getAltTextures()
Deprecated.
use getModelData()
|
FormID |
getBaseTexture() |
java.util.ArrayList<FormID> |
getHeadParts() |
java.lang.String |
getModel()
Deprecated.
use getModelData()
|
Model |
getModelData() |
FormID |
getResourceList() |
void |
removeHeadPart(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
setBaseTexture(FormID txst) |
void |
setModel(java.lang.String path)
Deprecated.
use getModelData()
|
void |
setResourceList(FormID id) |
getName, setName
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public void setModel(java.lang.String path)
path
- public java.lang.String getModel()
public java.util.ArrayList<FormID> getHeadParts()
public void addHeadPart(FormID id)
id
- public void removeHeadPart(FormID id)
id
- public void clearHeadParts()
public void setBaseTexture(FormID txst)
txst
- public FormID getBaseTexture()
public void setResourceList(FormID id)
id
- public FormID getResourceList()
public java.util.ArrayList<AltTextures.AltTexture> getAltTextures()
public Model getModelData()