public static class NPC_.TintLayer extends Record implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
short |
getColor(RGBA color) |
int |
getIndex() |
float |
getInterpolation() |
int |
getPreset() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setColor(RGBA color,
short value) |
void |
setIndex(int in) |
void |
setInterpolation(float value) |
void |
setPreset(int value) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public void setIndex(int in)
in
- public int getIndex()
public void setColor(RGBA color, short value)
color
- value
- public short getColor(RGBA color)
color
- public void setInterpolation(float value)
value
- public float getInterpolation()
public void setPreset(int value)
value
- public int getPreset()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record