| Constructor and Description |
|---|
ItemUsedEventData(short itemId,
int itemAux,
int useMethod,
int useCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getItemAux() |
short |
getItemId() |
int |
getPayloadType() |
EventDataType |
getType() |
int |
getUseCount() |
int |
getUseMethod() |
int |
hashCode() |
java.lang.String |
toString() |
public ItemUsedEventData(short itemId,
int itemAux,
int useMethod,
int useCount)
public EventDataType getType()
public int getPayloadType()
getPayloadType in interface EventDatapublic short getItemId()
public int getItemAux()
public int getUseMethod()
public int getUseCount()
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