public class CreeperSwellGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private LivingEntity |
creeperAttackTarget |
private CreeperEntity |
swellingCreeper |
Constructor and Description |
---|
CreeperSwellGoal(CreeperEntity entitycreeperIn) |
Modifier and Type | Method and Description |
---|---|
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, toString
private final CreeperEntity swellingCreeper
private LivingEntity creeperAttackTarget
public CreeperSwellGoal(CreeperEntity entitycreeperIn)
public boolean shouldExecute()
shouldExecute
in class Goal
public void startExecuting()
startExecuting
in class Goal