public class CreeperIgniteGoal extends Goal
Goal.Control| Modifier and Type | Field and Description |
|---|---|
private CreeperEntity |
creeper |
private LivingEntity |
target |
| Constructor and Description |
|---|
CreeperIgniteGoal(CreeperEntity creeper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStart() |
void |
start() |
void |
stop() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, toStringprivate final CreeperEntity creeper
private LivingEntity target
public CreeperIgniteGoal(CreeperEntity creeper)