public class MCPotionEffectApplicableEvent extends MCPotionEffectEvent implements crafttweaker.api.event.PotionEffectApplicableEvent
| Constructor and Description |
|---|
MCPotionEffectApplicableEvent(net.minecraftforge.event.entity.living.PotionEvent.PotionApplicableEvent event) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResult() |
void |
setAllowed() |
void |
setDefault() |
void |
setDenied() |
getEntityLivingBase, getPotionEffectpublic MCPotionEffectApplicableEvent(net.minecraftforge.event.entity.living.PotionEvent.PotionApplicableEvent event)
public java.lang.String getResult()
getResult in interface crafttweaker.api.event.IEventHasResultpublic void setDenied()
setDenied in interface crafttweaker.api.event.IEventHasResultpublic void setDefault()
setDefault in interface crafttweaker.api.event.IEventHasResultpublic void setAllowed()
setAllowed in interface crafttweaker.api.event.IEventHasResult