Class LlamaFollowCaravanGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.LlamaFollowCaravanGoal
- 
Nested Class Summary
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleancanUse()private booleanfirstIsLeashed(Llama p_25507_, int p_25508_) voidstop()voidtick()Methods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, start, toString
- 
Field Details- 
llama
- 
speedModifierprivate double speedModifier
- 
CARAVAN_LIMITprivate static final int CARAVAN_LIMIT- See Also:
 
- 
distCheckCounterprivate int distCheckCounter
 
- 
- 
Constructor Details- 
LlamaFollowCaravanGoal
 
- 
- 
Method Details