Class CondensingRingEffect
java.lang.Object
com.binaris.wizardry.content.item.artifact.CondensingRingEffect
- All Implemented Interfaces:
IArtifactEffect
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTick(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack stack) 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.IArtifactEffect
onHurtEntity, onKillEntity, onPlayerHurt, onSpellPostCast, onSpellPreCast
-
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 entity, net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack stack) - Specified by:
onTickin interfaceIArtifactEffect
-