public class EntitySenses extends Object
Constructor and Description |
---|
EntitySenses(EntityLiving par1EntityLiving) |
Modifier and Type | Method and Description |
---|---|
boolean |
canSee(Entity par1Entity)
Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
|
void |
clearSensingCache()
Clears canSeeCachePositive and canSeeCacheNegative.
|
public EntitySenses(EntityLiving par1EntityLiving)
public void clearSensingCache()
public boolean canSee(Entity par1Entity)