| Constructor and Description |
|---|
MobBornEventData(int entityType,
int variant,
int color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getColor() |
int |
getEntityType() |
EventDataType |
getType() |
int |
getVariant() |
int |
hashCode() |
java.lang.String |
toString() |
public EventDataType getType()
public int getEntityType()
public int getVariant()
public int getColor()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object