public class LVLN extends LeveledRecord
LeveledRecord.LVLFlag
MajorRecord.MajorFlags
Constructor and Description |
---|
LVLN(java.lang.String edid)
Creates a new LVLN record with a FormID originating from the mod parameter.
|
Modifier and Type | Method and Description |
---|---|
Model |
getModelData() |
java.lang.String |
getModelPath()
Deprecated.
use getModelData()
|
java.lang.String |
print()
Prints out the contents of the LVLN to the asynchronous log.
|
void |
setModelPath(java.lang.String in)
Deprecated.
use getModelData()
|
addEntry, addEntry, clearEntries, contains, get, getChanceNone, getChanceNonePct, getEntries, getEntry, getFlattenedEntries, isEmpty, iterator, numEntries, reduce, removeAllEntries, removeEntry, removeFirstEntry, replace, set, setChanceNone, splitEntries
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, set, setEDID, setForm, toString
getRecordLength, getType
public LVLN(java.lang.String edid)
edid
- EDID to assign the record. Make sure it's unique.public java.lang.String print()
print
in class MajorRecord
public java.lang.String getModelPath()
public void setModelPath(java.lang.String in)
in
- String to set the LVLN model path to.public Model getModelData()