Class CondensingRingEffect
java.lang.Object
com.binaris.wizardry.content.item.artifact.CondensingRingEffect
- All Implemented Interfaces:
IArtifactEffect,IEventEffect<ArtifactEffectContext>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTick(net.minecraft.world.entity.LivingEntity user, net.minecraft.world.level.Level level, ArtifactEffectContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.binaris.wizardry.core.IEventEffect
onHurtEntity, onKillEntity, onSpellPostCast, onSpellPreCast, onUserHurt
-
Field Details
-
MANA_RECHARGE_INTERVAL_TICKS
public static final int MANA_RECHARGE_INTERVAL_TICKS- See Also:
-
-
Constructor Details
-
CondensingRingEffect
public CondensingRingEffect()
-
-
Method Details
-
onTick
public void onTick(net.minecraft.world.entity.LivingEntity user, net.minecraft.world.level.Level level, ArtifactEffectContext context) - Specified by:
onTickin interfaceIEventEffect<ArtifactEffectContext>
-