static class SlimeEntity.AttackGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
private int |
growTieredTimer |
private SlimeEntity |
slime |
| Constructor and Description |
|---|
AttackGoal(SlimeEntity slimeIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, toStringprivate final SlimeEntity slime
private int growTieredTimer
public AttackGoal(SlimeEntity slimeIn)
public boolean shouldExecute()
shouldExecute in class Goalpublic void startExecuting()
startExecuting in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goal