public class MCPotionEffectEvent
extends java.lang.Object
implements crafttweaker.api.event.IPotionEffectEvent
| Constructor and Description |
|---|
MCPotionEffectEvent(net.minecraftforge.event.entity.living.PotionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
crafttweaker.api.entity.IEntityLivingBase |
getEntityLivingBase() |
crafttweaker.api.potions.IPotionEffect |
getPotionEffect() |
public MCPotionEffectEvent(net.minecraftforge.event.entity.living.PotionEvent event)
public crafttweaker.api.potions.IPotionEffect getPotionEffect()
getPotionEffect in interface crafttweaker.api.event.IPotionEffectEventpublic crafttweaker.api.entity.IEntityLivingBase getEntityLivingBase()
getEntityLivingBase in interface crafttweaker.api.event.ILivingEvent