public static final class AVIF.PerkReference extends Record
Modifier and Type | Method and Description |
---|---|
void |
addPointer(AVIF.PerkReference ref) |
void |
addPointer(int index)
Deprecated.
modifying the ArrayList will now directly
affect the record.
|
void |
clearPointers()
Deprecated.
modifying the ArrayList will now directly
affect the record.
|
boolean |
equals(java.lang.Object obj) |
float |
getHorizontalPos() |
int |
getIndex() |
FormID |
getPerk() |
java.util.ArrayList<java.lang.Integer> |
getPointers() |
int |
getRecordLength(lev.LImport in) |
FormID |
getSkill() |
float |
getVerticalPos() |
int |
getX() |
int |
getY() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setHorizontalPos(float horiz) |
void |
setIndex(int index) |
void |
setPerk(FormID id) |
void |
setSkill(FormID skill) |
void |
setVerticalPos(float vert) |
void |
setX(int x) |
void |
setY(int y) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
public void setPerk(FormID id)
id
- public FormID getPerk()
public void setX(int x)
x
- public int getX()
public void setY(int y)
y
- public int getY()
public void setHorizontalPos(float horiz)
horiz
- public float getHorizontalPos()
public void setVerticalPos(float vert)
vert
- public float getVerticalPos()
public void setSkill(FormID skill)
skill
- public FormID getSkill()
public java.util.ArrayList<java.lang.Integer> getPointers()
public void clearPointers()
public void addPointer(int index)
index
- public void addPointer(AVIF.PerkReference ref)
ref
- public void setIndex(int index)
index
- public int getIndex()
public int getRecordLength(lev.LImport in)
getRecordLength
in class Record
in
- public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record