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 TypeMethodDescriptionboolean
boolean
canUse()
private boolean
firstIsLeashed
(Llama pLlama, int pLeashedQueuePosition) 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