public class LongDoorInteractGoal extends DoorInteractGoal
Goal.Control| Modifier and Type | Field and Description |
|---|---|
private boolean |
delayedClose |
private int |
ticksLeft |
doorPos, doorValid, mob| Constructor and Description |
|---|
LongDoorInteractGoal(MobEntity mob,
boolean delayedClose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinue() |
void |
start() |
void |
stop() |
void |
tick() |
canStart, isDoorOpen, setDoorOpencanStop, getControls, setControls, toStringpublic LongDoorInteractGoal(MobEntity mob, boolean delayedClose)
public boolean shouldContinue()
shouldContinue in class DoorInteractGoalpublic void start()
start in class DoorInteractGoalpublic void tick()
tick in class DoorInteractGoal