Class PoisonRingEffect
java.lang.Object
com.binaris.wizardry.content.item.artifact.PoisonRingEffect
- All Implemented Interfaces:
IArtifactEffect,IEventEffect<ArtifactEffectContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonHurtEntity(net.minecraft.world.entity.LivingEntity user, net.minecraft.world.entity.LivingEntity damagedEntity, net.minecraft.world.damagesource.DamageSource source, com.google.common.util.concurrent.AtomicDouble amount, AtomicBoolean canceled, 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
onKillEntity, onSpellPostCast, onSpellPreCast, onTick, onUserHurt
-
Constructor Details
-
PoisonRingEffect
public PoisonRingEffect()
-
-
Method Details
-
onHurtEntity
public void onHurtEntity(net.minecraft.world.entity.LivingEntity user, net.minecraft.world.entity.LivingEntity damagedEntity, net.minecraft.world.damagesource.DamageSource source, com.google.common.util.concurrent.AtomicDouble amount, AtomicBoolean canceled, ArtifactEffectContext context) - Specified by:
onHurtEntityin interfaceIEventEffect<ArtifactEffectContext>
-