net.minecraft.entity.ai
Class EntityAICreeperSwell
java.lang.Object
net.minecraft.entity.ai.EntityAIBase
net.minecraft.entity.ai.EntityAICreeperSwell
public class EntityAICreeperSwell
- extends EntityAIBase
Method Summary |
void |
resetTask()
Resets the task |
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution. |
void |
startExecuting()
Execute a one shot task or start executing a continuous task |
void |
updateTask()
Updates the task |
EntityAICreeperSwell
public EntityAICreeperSwell(EntityCreeper par1EntityCreeper)
shouldExecute
public boolean shouldExecute()
- Returns whether the EntityAIBase should begin execution.
- Specified by:
shouldExecute
in class EntityAIBase
startExecuting
public void startExecuting()
- Execute a one shot task or start executing a continuous task
- Overrides:
startExecuting
in class EntityAIBase
resetTask
public void resetTask()
- Resets the task
- Overrides:
resetTask
in class EntityAIBase
updateTask
public void updateTask()
- Updates the task
- Overrides:
updateTask
in class EntityAIBase