public class PotionEventTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
Constructor and Description |
---|
PotionEventTest() |
Modifier and Type | Method and Description |
---|---|
static void |
isPotionApplicable(PotionEvent.PotionApplicableEvent event) |
static void |
onPotionAdded(PotionEvent.PotionAddedEvent event) |
static void |
onPotionExpiry(PotionEvent.PotionExpiryEvent event) |
static void |
onPotionRemove(PotionEvent.PotionRemoveEvent event) |
public static void onPotionAdded(PotionEvent.PotionAddedEvent event)
public static void isPotionApplicable(PotionEvent.PotionApplicableEvent event)
public static void onPotionRemove(PotionEvent.PotionRemoveEvent event)
public static void onPotionExpiry(PotionEvent.PotionExpiryEvent event)