| Constructor and Description |
|---|
CauldronUsedEventData(int potionId,
int color,
int fillLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getColor() |
int |
getFillLevel() |
int |
getPotionId() |
EventDataType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CauldronUsedEventData(int potionId,
int color,
int fillLevel)
public EventDataType getType()
public int getPotionId()
public int getColor()
public int getFillLevel()
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