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
ConstructorsConstructorDescriptionMagicMobEffect(net.minecraft.world.effect.MobEffectCategory category, int color) -
Method Summary
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, setFactorDataFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-