Class MagicMobEffect

java.lang.Object
net.minecraft.world.effect.MobEffect
com.binaris.wizardry.api.content.effect.MagicMobEffect
All Implemented Interfaces:
CustomMobEffectParticles, IEventEffect<MobEffectContext>, IMobEventEffect
Direct Known Subclasses:
ContainmentEffect, CurseMobEffect, DecayMobEffect, FireSkinMobEffect, FontOfManaMobEffect, FrostMobEffect, FrostStepEffect, OakFleshMobEffect, ParalysisMobEffect, StaticAuraMobEffect, WardMobEffect

public abstract class MagicMobEffect extends net.minecraft.world.effect.MobEffect implements CustomMobEffectParticles, IMobEventEffect
  • Constructor Details

    • MagicMobEffect

      public MagicMobEffect(net.minecraft.world.effect.MobEffectCategory category, int color)
  • Method Details

    • onParticleTick

      public static void onParticleTick(EBLivingTick event)
    • particleCount

      protected MagicMobEffect particleCount(int count)
    • particleOffset

      protected MagicMobEffect particleOffset(double scale)
    • particleInterval

      protected MagicMobEffect particleInterval(int ticks)
    • hideVanillaParticles

      protected MagicMobEffect hideVanillaParticles()
    • shouldHideVanillaParticles

      public boolean shouldHideVanillaParticles()