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.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description PotionEventTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidisPotionApplicable(PotionEvent.PotionApplicableEvent event)static voidonPotionAdded(PotionEvent.PotionAddedEvent event)static voidonPotionExpiry(PotionEvent.PotionExpiryEvent event)static voidonPotionRemove(PotionEvent.PotionRemoveEvent event)private voidonSetup(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)
-
-