Package net.minecraft.src
Class EntityAIMoveThroughVillage
java.lang.Object
net.minecraft.src.EntityAIBase
net.minecraft.src.EntityAIMoveThroughVillage
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAIMoveThroughVillage(EntityCreature par1EntityCreature, double par2, boolean par4) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether an in-progress EntityAIBase should continue executingvoidResets the taskbooleanReturns whether the EntityAIBase should begin execution.voidExecute a one shot task or start executing a continuous taskMethods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits, updateTask
-
Constructor Details
-
EntityAIMoveThroughVillage
-
-
Method Details
-
shouldExecute
public boolean shouldExecute()Returns whether the EntityAIBase should begin execution.- Specified by:
shouldExecutein classEntityAIBase
-
continueExecuting
public boolean continueExecuting()Returns whether an in-progress EntityAIBase should continue executing- Overrides:
continueExecutingin classEntityAIBase
-
startExecuting
public void startExecuting()Execute a one shot task or start executing a continuous task- Overrides:
startExecutingin classEntityAIBase
-
resetTask
public void resetTask()Resets the task- Overrides:
resetTaskin classEntityAIBase
-