static class SilverfishEntity.SummonSilverfishGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
private int |
lookForFriends |
private SilverfishEntity |
silverfish |
| Constructor and Description |
|---|
SummonSilverfishGoal(SilverfishEntity silverfishIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyHurt() |
boolean |
shouldExecute() |
void |
tick() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, shouldContinueExecuting, startExecuting, toStringprivate final SilverfishEntity silverfish
private int lookForFriends
public SummonSilverfishGoal(SilverfishEntity silverfishIn)
public void notifyHurt()
public boolean shouldExecute()
shouldExecute in class Goal