Class ExpandMobEffectAddedEvent

java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.living.effect.ExpandMobEffectAddedEvent

@ZenRegister public class ExpandMobEffectAddedEvent extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IEventBus<net.minecraftforge.event.entity.living.MobEffectEvent.Added>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.effect.MobEffectInstance
    getEffectInstance(net.minecraftforge.event.entity.living.MobEffectEvent.Added internal)
     
    static net.minecraft.world.entity.Entity
    getEffectSource(net.minecraftforge.event.entity.living.MobEffectEvent.Added internal)
     
    static net.minecraft.world.effect.MobEffectInstance
    getOldEffectInstance(net.minecraftforge.event.entity.living.MobEffectEvent.Added internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BUS

      public static final IEventBus<net.minecraftforge.event.entity.living.MobEffectEvent.Added> BUS
  • Constructor Details

    • ExpandMobEffectAddedEvent

      public ExpandMobEffectAddedEvent()
  • Method Details

    • getEffectInstance

      public static net.minecraft.world.effect.MobEffectInstance getEffectInstance(net.minecraftforge.event.entity.living.MobEffectEvent.Added internal)
    • getOldEffectInstance

      public static net.minecraft.world.effect.MobEffectInstance getOldEffectInstance(net.minecraftforge.event.entity.living.MobEffectEvent.Added internal)
    • getEffectSource

      public static net.minecraft.world.entity.Entity getEffectSource(net.minecraftforge.event.entity.living.MobEffectEvent.Added internal)