Just really confused on why
Yariazen opened this issue ยท 0 comments
java.lang.ClassCastException: net.minecraft.entity.projectile.EntityTippedArrow cannot be cast to net.minecraft.entity.EntityLivingBase
at mods.flammpfeil.slashblade.ability.DamageLimitter.onLivingHurtEvent(DamageLimitter.java:35)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1433_DamageLimitter_onLivingHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:574)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1401)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at net.minecraft.entity.projectile.EntityArrow.func_184549_a(EntityArrow.java:369)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:267)
at net.minecraft.entity.projectile.EntityTippedArrow.func_70071_h_(SourceFile:98)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:748)