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