001    package net.minecraft.src;
002    
003    public interface IRangedAttackMob
004    {
005        void func_82196_d(EntityLiving var1);
006    }