public class AltTextures extends Record
Modifier and Type | Class and Description |
---|---|
static class |
AltTextures.AltTexture |
Modifier and Type | Method and Description |
---|---|
static boolean |
equal(java.util.ArrayList<AltTextures.AltTexture> alts,
java.util.ArrayList<AltTextures.AltTexture> rhsAlts) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public static boolean equal(java.util.ArrayList<AltTextures.AltTexture> alts, java.util.ArrayList<AltTextures.AltTexture> rhsAlts)
alts
- rhsAlts
- public java.lang.String print()
Record
public java.lang.String toString()
Record
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object