public class LlamaFollowCaravanGoal extends Goal
| 修飾子とタイプ | フィールドと説明 |
|---|---|
LlamaEntity |
llama |
| コンストラクタと説明 |
|---|
LlamaFollowCaravanGoal(LlamaEntity llamaIn,
double speedModifierIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
resetTask()
Reset the task's internal state.
|
boolean |
shouldContinueExecuting()
Returns whether an in-progress EntityAIBase should continue executing
|
boolean |
shouldExecute()
Returns whether execution should begin.
|
void |
tick()
Keep ticking a continuous task that has already been started
|
getMutexFlags, isPreemptible, setMutexFlags, startExecuting, toStringpublic final LlamaEntity llama
public LlamaFollowCaravanGoal(LlamaEntity llamaIn, double speedModifierIn)
public boolean shouldExecute()
shouldExecute クラス内 Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting クラス内 Goalpublic void resetTask()