Class MagicMobEffect

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

public abstract class MagicMobEffect extends net.minecraft.world.effect.MobEffect implements CustomMobEffectParticles
  • Constructor Summary

    Constructors
    Constructor
    Description
    MagicMobEffect(net.minecraft.world.effect.MobEffectCategory category, int color)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class net.minecraft.world.effect.MobEffect

    addAttributeModifier, addAttributeModifiers, applyEffectTick, applyInstantenousEffect, byId, createFactorData, getAttributeModifiers, getAttributeModifierValue, getCategory, getColor, getDescriptionId, getDisplayName, getId, getIdFromNullable, getOrCreateDescriptionId, isBeneficial, isDurationEffectTick, isInstantenous, removeAttributeModifiers, setFactorDataFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.binaris.wizardry.api.content.effect.CustomMobEffectParticles

    shouldMixColour, spawnCustomParticle
  • Constructor Details

    • MagicMobEffect

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

    • onLivingTick

      public static void onLivingTick(EBLivingTick event)