Class MobEffectEvent.Applicable
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.living.MobEffectEvent
net.minecraftforge.event.entity.living.MobEffectEvent.Applicable
- Enclosing class:
- MobEffectEvent
This event is fired to check if a 
MobEffectInstance can be applied to an entity.
 This event is not Cancelable.
 This event has a result.
 
 ALLOW will apply this mob effect.
 DENY will not apply this mob effect.
 DEFAULT will run vanilla logic to determine if this mob effect is applicable in LivingEntity.canBeAffected(net.minecraft.world.effect.MobEffectInstance).
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.event.entity.living.MobEffectEventMobEffectEvent.Added, MobEffectEvent.Applicable, MobEffectEvent.Expired, MobEffectEvent.RemoveNested classes/interfaces inherited from class net.minecraftforge.event.entity.living.LivingEventLivingEvent.LivingJumpEvent, LivingEvent.LivingTickEvent, LivingEvent.LivingVisibilityEventNested classes/interfaces inherited from class net.minecraftforge.event.entity.EntityEventEntityEvent.EnteringSection, EntityEvent.EntityConstructingNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFields inherited from class net.minecraftforge.event.entity.living.MobEffectEventeffectInstance
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.event.entity.living.LivingEventgetEntityMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Constructor Details- 
Applicable
 
- 
- 
Method Details- 
getEffectInstance- Overrides:
- getEffectInstancein class- MobEffectEvent
 
 
-