Package net.minecraft.src
Class EntityAIMoveThroughVillage
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAIMoveThroughVillage
-
public class EntityAIMoveThroughVillage extends EntityAIBase
-
-
Constructor Summary
Constructors Constructor Description EntityAIMoveThroughVillage(Mob var1, float var2, boolean var3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
continueExecuting()
void
resetTask()
boolean
shouldExecute()
void
startExecuting()
-
Methods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits, updateTask
-
-
-
-
Constructor Detail
-
EntityAIMoveThroughVillage
public EntityAIMoveThroughVillage(Mob var1, float var2, boolean var3)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecute
in classEntityAIBase
-
continueExecuting
public boolean continueExecuting()
- Overrides:
continueExecuting
in classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecuting
in classEntityAIBase
-
resetTask
public void resetTask()
- Overrides:
resetTask
in classEntityAIBase
-
-