Class FeedingCharmEffect
java.lang.Object
com.binaris.wizardry.content.item.artifact.FeedingCharmEffect
- All Implemented Interfaces:
IArtifactEffect,IEventEffect<ArtifactEffectContext>
-
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
-
Constructor Details
-
FeedingCharmEffect
public FeedingCharmEffect()
-
-
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>
-