Package net.minecraft.src
Class EntitySenses
java.lang.Object
net.minecraft.src.EntitySenses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.voidClears canSeeCachePositive and canSeeCacheNegative.
-
Constructor Details
-
EntitySenses
-
-
Method Details
-
clearSensingCache
public void clearSensingCache()Clears canSeeCachePositive and canSeeCacheNegative. -
canSee
Checks, whether 'our' entity can see the entity given as argument (true) or not (false), caching the result.
-