static class BlazeEntity.FireballAttackGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private int |
attackStep |
private int |
attackTime |
private BlazeEntity |
blaze |
private int |
field_223527_d |
Constructor and Description |
---|
FireballAttackGoal(BlazeEntity blazeIn) |
Modifier and Type | Method and Description |
---|---|
private double |
getFollowDistance() |
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, toString
private final BlazeEntity blaze
private int attackStep
private int attackTime
private int field_223527_d
public FireballAttackGoal(BlazeEntity blazeIn)
public boolean shouldExecute()
shouldExecute
in class Goal
public void startExecuting()
startExecuting
in class Goal
private double getFollowDistance()