public class EntityAIOcelotAttack extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
attackCountdown |
(package private) EntityLiving |
entity |
(package private) EntityLivingBase |
target |
(package private) World |
world |
| Constructor and Description |
|---|
EntityAIOcelotAttack(EntityLiving theEntityIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
updateTask() |
getMutexBits, isInterruptible, setMutexBits, startExecutingWorld world
EntityLiving entity
EntityLivingBase target
int attackCountdown
public EntityAIOcelotAttack(EntityLiving theEntityIn)
public boolean shouldExecute()
shouldExecute in class EntityAIBasepublic boolean shouldContinueExecuting()
shouldContinueExecuting in class EntityAIBasepublic void resetTask()
resetTask in class EntityAIBasepublic void updateTask()
updateTask in class EntityAIBase