Class TraderLlamaEntity.FollowTraderGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TargetGoal
net.minecraft.entity.passive.horse.TraderLlamaEntity.FollowTraderGoal
Enclosing class:
TraderLlamaEntity

public class TraderLlamaEntity.FollowTraderGoal extends TargetGoal
  • Field Details

    • llama

      private final LlamaEntity llama
    • ownerLastHurtBy

      private LivingEntity ownerLastHurtBy
    • timestamp

      private int timestamp
  • Constructor Details

    • FollowTraderGoal

      public FollowTraderGoal(LlamaEntity p_i50458_2_)
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • start

      public void start()
      Overrides:
      start in class TargetGoal