static class BlazeEntity.ShootFireballGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private BlazeEntity |
blaze |
private int |
fireballCooldown |
private int |
fireballsFired |
private int |
targetNotVisibleTicks |
Constructor and Description |
---|
ShootFireballGoal(BlazeEntity blaze) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
private double |
getFollowRange() |
void |
start() |
void |
stop() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, toString
private final BlazeEntity blaze
private int fireballsFired
private int fireballCooldown
private int targetNotVisibleTicks
public ShootFireballGoal(BlazeEntity blaze)