static class GhastEntity.ShootFireballGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
int |
cooldown |
private GhastEntity |
ghast |
Constructor and Description |
---|
ShootFireballGoal(GhastEntity ghast) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
void |
start() |
void |
stop() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, toString
private final GhastEntity ghast
public int cooldown
public ShootFireballGoal(GhastEntity ghast)