Class ExtractionRingEffect
java.lang.Object
com.binaris.wizardry.content.item.artifact.ExtractionRingEffect
- All Implemented Interfaces:
IArtifactEffect,IEventEffect<ArtifactEffectContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonKillEntity(net.minecraft.world.entity.LivingEntity user, net.minecraft.world.entity.LivingEntity deadEntity, net.minecraft.world.damagesource.DamageSource source, 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, onSpellPostCast, onSpellPreCast, onTick, onUserHurt
-
Constructor Details
-
ExtractionRingEffect
public ExtractionRingEffect()
-
-
Method Details
-
onKillEntity
public void onKillEntity(net.minecraft.world.entity.LivingEntity user, net.minecraft.world.entity.LivingEntity deadEntity, net.minecraft.world.damagesource.DamageSource source, ArtifactEffectContext context) - Specified by:
onKillEntityin interfaceIEventEffect<ArtifactEffectContext>
-