001    package net.minecraft.src;
002    
003    public interface IEntitySelector
004    {
005        boolean func_82704_a(Entity var1);
006    }