public class Model extends Record
Modifier and Type | Method and Description |
---|---|
boolean |
equalAltTextures(Model rhs) |
boolean |
equals(java.lang.Object obj) |
java.util.ArrayList<AltTextures.AltTexture> |
getAltTextures() |
java.lang.String |
getFileName() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setFileName(java.lang.String path) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public void setFileName(java.lang.String path)
path
- public java.lang.String getFileName()
public java.util.ArrayList<AltTextures.AltTexture> getAltTextures()
public boolean equalAltTextures(Model rhs)
rhs
- Other MISC record.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record