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, toString
private final GhastEntity parentEntity
public int attackTimer
public FireballAttackGoal(GhastEntity ghast)
public boolean shouldExecute()
shouldExecute
in class Goal
public void startExecuting()
startExecuting
in class Goal