Package net.minecraftforge.debug
Class PotionEventTest
- java.lang.Object
-
- net.minecraftforge.debug.PotionEventTest
-
public class PotionEventTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description PotionEventTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
private void
onSetup(FMLCommonSetupEvent event)
-
-
-
Method Detail
-
onSetup
private void onSetup(FMLCommonSetupEvent event)
-
onPotionAdded
public static void onPotionAdded(PotionEvent.PotionAddedEvent event)
-
isPotionApplicable
public static void isPotionApplicable(PotionEvent.PotionApplicableEvent event)
-
onPotionRemove
public static void onPotionRemove(PotionEvent.PotionRemoveEvent event)
-
onPotionExpiry
public static void onPotionExpiry(PotionEvent.PotionExpiryEvent event)
-
-