Package net.minecraft.src
Class EntityAICreeperSwell
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAICreeperSwell
-
public class EntityAICreeperSwell extends EntityAIBase
-
-
Constructor Summary
Constructors Constructor Description EntityAICreeperSwell(Creeper var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresetTask()booleanshouldExecute()voidstartExecuting()voidupdateTask()-
Methods inherited from class net.minecraft.src.EntityAIBase
continueExecuting, getMutexBits, isContinuous, setMutexBits
-
-
-
-
Constructor Detail
-
EntityAICreeperSwell
public EntityAICreeperSwell(Creeper var1)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecutein classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecutingin classEntityAIBase
-
resetTask
public void resetTask()
- Overrides:
resetTaskin classEntityAIBase
-
updateTask
public void updateTask()
- Overrides:
updateTaskin classEntityAIBase
-
-