Class LlamaFollowCaravanGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.LlamaFollowCaravanGoal
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
canUse()
private boolean
firstIsLeashed
(Llama p_25507_, int p_25508_) void
stop()
void
tick()
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