| Constructor and Description |
|---|
CauldronInteractEventData(BlockInteractionType blockInteractionType,
int itemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BlockInteractionType |
getBlockInteractionType() |
int |
getItemId() |
EventDataType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CauldronInteractEventData(BlockInteractionType blockInteractionType, int itemId)
public EventDataType getType()
public BlockInteractionType getBlockInteractionType()
public int getItemId()
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