public class ShowVillagerFlowerGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
private static EntityPredicate |
field_220738_a |
private IronGolemEntity |
ironGolem |
private int |
lookTime |
private VillagerEntity |
villager |
| Constructor and Description |
|---|
ShowVillagerFlowerGoal(IronGolemEntity ironGolemIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, toStringprivate static final EntityPredicate field_220738_a
private final IronGolemEntity ironGolem
private VillagerEntity villager
private int lookTime
public ShowVillagerFlowerGoal(IronGolemEntity ironGolemIn)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic void startExecuting()
startExecuting in class Goal