package net.tropicraft.entity.damage; import net.minecraft.entity.Entity; import net.minecraft.util.EntityDamageSourceIndirect; public class DartDamage extends EntityDamageSourceIndirect { public DartDamage(String par1Str, Entity par2Entity, Entity par3Entity) { super(par1Str, par2Entity, par3Entity); } }