Class FrostMobEffect

java.lang.Object
net.minecraft.world.effect.MobEffect
com.binaris.wizardry.api.content.effect.MagicMobEffect
com.binaris.wizardry.content.effect.FrostMobEffect
All Implemented Interfaces:
CustomMobEffectParticles, IEventEffect<MobEffectContext>, IMobEventEffect

public class FrostMobEffect extends MagicMobEffect
  • Constructor Details

    • FrostMobEffect

      public FrostMobEffect()
  • Method Details

    • applyEffectTick

      public void applyEffectTick(net.minecraft.world.entity.LivingEntity livingEntity, int i)
      Overrides:
      applyEffectTick in class net.minecraft.world.effect.MobEffect
    • isDurationEffectTick

      public boolean isDurationEffectTick(int i, int j)
      Overrides:
      isDurationEffectTick in class net.minecraft.world.effect.MobEffect
    • spawnCustomParticle

      public void spawnCustomParticle(net.minecraft.world.level.Level world, double x, double y, double z)