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