static class EntityGhast.AIFireballAttack extends EntityAIBase
Modifier and Type | Field and Description |
---|---|
int |
attackTimer |
private EntityGhast |
parentEntity |
Constructor and Description |
---|
AIFireballAttack(EntityGhast ghast) |
Modifier and Type | Method and Description |
---|---|
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
updateTask() |
getMutexBits, isInterruptible, setMutexBits, shouldContinueExecuting
private final EntityGhast parentEntity
public int attackTimer
public AIFireballAttack(EntityGhast ghast)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void resetTask()
resetTask
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase