public class LlamaFollowCaravanGoal extends Goal
| Modifier and Type | Field and Description |
|---|---|
LlamaEntity |
llama |
| Constructor and Description |
|---|
LlamaFollowCaravanGoal(LlamaEntity llamaIn,
double speedModifierIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, startExecutingpublic final LlamaEntity llama
public LlamaFollowCaravanGoal(LlamaEntity llamaIn, double speedModifierIn)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goal