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