Class StopFollowingCustomerGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.StopFollowingCustomerGoal

public class StopFollowingCustomerGoal extends Goal
Mappings:
Namespace Name
official bmh
intermediary net/minecraft/class_1390
named net/minecraft/entity/ai/goal/StopFollowingCustomerGoal
  • Field Details

    • merchant

      private final MerchantEntity merchant
      Mappings:
      Namespace Name Mixin selector
      official a Lbmh;a:Lbvx;
      intermediary field_6610 Lnet/minecraft/class_1390;field_6610:Lnet/minecraft/class_3988;
      named merchant Lnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;merchant:Lnet/minecraft/entity/passive/MerchantEntity;
  • Constructor Details

    • StopFollowingCustomerGoal

      public StopFollowingCustomerGoal(MerchantEntity merchant)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbmh;<init>(Lbvx;)V
      intermediary <init> Lnet/minecraft/class_1390;<init>(Lnet/minecraft/class_3988;)V
      named <init> Lnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;<init>(Lnet/minecraft/entity/passive/MerchantEntity;)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lbky;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbky;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • stop

      public void stop()
      Overrides:
      stop in class Goal
      Mappings:
      Namespace Name Mixin selector
      official d Lbky;d()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V