Package net.minecraft.src
Class EntityAILookAtTradePlayer
java.lang.Object
net.minecraft.src.EntityAIBase
net.minecraft.src.EntityAIWatchClosest
net.minecraft.src.EntityAILookAtTradePlayer
-
Field Summary
Fields inherited from class net.minecraft.src.EntityAIWatchClosest
closestEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the EntityAIBase should begin execution.Methods inherited from class net.minecraft.src.EntityAIWatchClosest
continueExecuting, resetTask, startExecuting, updateTaskMethods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits
-
Constructor Details
-
EntityAILookAtTradePlayer
-
-
Method Details
-
shouldExecute
public boolean shouldExecute()Returns whether the EntityAIBase should begin execution.- Overrides:
shouldExecutein classEntityAIWatchClosest
-