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, startExecuting
World world
EntityLiving entity
EntityLivingBase target
int attackCountdown
public EntityAIOcelotAttack(EntityLiving theEntityIn)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIBase
public void resetTask()
resetTask
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase