Package net.minecraft.src
Interface IEntitySelector
- All Known Implementing Classes:
EntityAINearestAttackableTargetSelector,EntitySelectorArmoredMob,ZombieSecondaryTargetFilter
public interface IEntitySelector
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEntityApplicable(Entity var1) Return whether the specified entity is applicable to this filter.
-
Field Details
-
selectAnything
-
selectInventories
-
-
Method Details
-
isEntityApplicable
Return whether the specified entity is applicable to this filter.
-