static class GhastEntity.FireballAttackGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
int |
attackTimer |
private GhastEntity |
parentEntity |
| Constructor and Description |
|---|
FireballAttackGoal(GhastEntity ghast) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, toStringprivate final GhastEntity parentEntity
public int attackTimer
public FireballAttackGoal(GhastEntity ghast)
public boolean shouldExecute()
shouldExecute in class Goalpublic void startExecuting()
startExecuting in class Goal