| Constructor and Description |
|---|
CauldronUsedEventData(int potionId,
int color,
int fillLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColor() |
int |
getFillLevel() |
int |
getPotionId() |
EventDataType |
getType() |
int |
hashCode() |
String |
toString() |
public CauldronUsedEventData(int potionId,
int color,
int fillLevel)
public EventDataType getType()
public int getPotionId()
public int getColor()
public int getFillLevel()
Copyright © 2018–2019 NukkitX. All rights reserved.