public class INFO.Response extends Record
Modifier and Type | Method and Description |
---|---|
void |
addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActorNotes() |
java.util.ArrayList<Condition> |
getConditions() |
EmotionType |
getEmotionType() |
int |
getEmotionValue() |
FormID |
getIdleAnimListener() |
FormID |
getIdleAnimSpeaker() |
java.lang.String |
getResponseText() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
setActorNotes(java.lang.String text) |
void |
setEmotionType(EmotionType type) |
void |
setEmotionValue(int val) |
void |
setIdleAnimListener(FormID id) |
void |
setIdleAnimSpeaker(FormID id) |
void |
setResponseText(java.lang.String text) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public void setEmotionType(EmotionType type)
type
- public EmotionType getEmotionType()
public void setEmotionValue(int val)
val
- public int getEmotionValue()
public void setResponseText(java.lang.String text)
text
- public java.lang.String getResponseText()
public void setActorNotes(java.lang.String text)
text
- public java.lang.String getActorNotes()
public void setIdleAnimSpeaker(FormID id)
id
- public FormID getIdleAnimSpeaker()
public void setIdleAnimListener(FormID id)
id
- public FormID getIdleAnimListener()
public java.util.ArrayList<Condition> getConditions()
public void addCondition(Condition c)
c
- public void removeCondition(Condition c)
c
- public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record