类 LlamaFollowCaravanGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.LlamaFollowCaravanGoal

public class LlamaFollowCaravanGoal extends Goal
  • 字段详细资料

    • llama

      public final Llama llama
    • speedModifier

      private double speedModifier
    • CARAVAN_LIMIT

      private static final int CARAVAN_LIMIT
      另请参阅:
    • distCheckCounter

      private int distCheckCounter
  • 构造器详细资料

    • LlamaFollowCaravanGoal

      public LlamaFollowCaravanGoal(Llama p_25501_, double p_25502_)
  • 方法详细资料

    • canUse

      public boolean canUse()
      指定者:
      canUse 在类中 Goal
    • canContinueToUse

      public boolean canContinueToUse()
      覆盖:
      canContinueToUse 在类中 Goal
    • stop

      public void stop()
      覆盖:
      stop 在类中 Goal
    • tick

      public void tick()
      覆盖:
      tick 在类中 Goal
    • firstIsLeashed

      private boolean firstIsLeashed(Llama p_25507_, int p_25508_)