public static class NPC_.SoundPackage extends Record implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
addSoundPair(NPC_.SoundPair pair)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
boolean |
equals(java.lang.Object obj) |
NPC_.SoundLocation |
getLocation() |
java.util.ArrayList<NPC_.SoundPair> |
getSoundPairs() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setLocation(NPC_.SoundLocation loc) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public final void setLocation(NPC_.SoundLocation loc)
loc
- public NPC_.SoundLocation getLocation()
public java.util.ArrayList<NPC_.SoundPair> getSoundPairs()
public void addSoundPair(NPC_.SoundPair pair)
pair
- public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record