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, shouldContinueExecutingprivate final EntityGhast parentEntity
public int attackTimer
public AIFireballAttack(EntityGhast ghast)
public boolean shouldExecute()
shouldExecute in class EntityAIBasepublic void startExecuting()
startExecuting in class EntityAIBasepublic void resetTask()
resetTask in class EntityAIBasepublic void updateTask()
updateTask in class EntityAIBase