Package net.minecraft.src
Class EntityAIDefendVillage
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAITarget
-
- net.minecraft.src.EntityAIDefendVillage
-
public class EntityAIDefendVillage extends EntityAITarget
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.EntityAITarget
field_48379_d, field_48380_e, taskOwner
-
-
Constructor Summary
Constructors Constructor Description EntityAIDefendVillage(IronGolem var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldExecute()
void
startExecuting()
-
Methods inherited from class net.minecraft.src.EntityAITarget
continueExecuting, func_48376_a, resetTask
-
Methods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits, updateTask
-
-
-
-
Constructor Detail
-
EntityAIDefendVillage
public EntityAIDefendVillage(IronGolem var1)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecute
in classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecuting
in classEntityAITarget
-
-