| Constructor and Description |
|---|
EntityInteractEventData(int interactionType,
int legacyEntityTypeId,
int variant,
int paletteColor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getInteractionType() |
int |
getLegacyEntityTypeId() |
int |
getPaletteColor() |
EventDataType |
getType() |
int |
getVariant() |
int |
hashCode() |
java.lang.String |
toString() |
public EntityInteractEventData(int interactionType,
int legacyEntityTypeId,
int variant,
int paletteColor)
public EventDataType getType()
public int getInteractionType()
public int getLegacyEntityTypeId()
public int getVariant()
public int getPaletteColor()
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