public class ECZN extends MajorRecord
Modifier and Type | Class and Description |
---|---|
static class |
ECZN.ECZNFlags |
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
boolean |
get(ECZN.ECZNFlags flag) |
FormID |
getLocation() |
int |
getMaxLevel() |
int |
getMinLevel() |
FormID |
getOwner() |
int |
getRank() |
void |
set(ECZN.ECZNFlags flag,
boolean on) |
void |
setLocation(FormID location) |
void |
setMaxLevel(int maxLevel) |
void |
setMinLevel(int minLevel) |
void |
setOwner(FormID owner) |
void |
setRank(int rank) |
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public boolean get(ECZN.ECZNFlags flag)
flag
- public void set(ECZN.ECZNFlags flag, boolean on)
flag
- on
- public FormID getLocation()
public void setLocation(FormID location)
location
- public int getMaxLevel()
public void setMaxLevel(int maxLevel)
maxLevel
- public int getMinLevel()
public void setMinLevel(int minLevel)
minLevel
- public FormID getOwner()
public void setOwner(FormID owner)
owner
- public int getRank()
public void setRank(int rank)
rank
-