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, startExecuting
public final LlamaEntity llama
public LlamaFollowCaravanGoal(LlamaEntity llamaIn, double speedModifierIn)
public boolean shouldExecute()
shouldExecute
in class Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal