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 aid
intermediary net/minecraft/class_924
named net/minecraft/entity/ai/goal/StopFollowingCustomerGoal
  • Field Details

    • villager

      private final VillagerEntity villager
      Mappings:
      Namespace Name Mixin selector
      official a Laid;a:Laob;
      intermediary field_3621 Lnet/minecraft/class_924;field_3621:Lnet/minecraft/class_985;
      named villager Lnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;villager:Lnet/minecraft/entity/passive/VillagerEntity;
  • Constructor Details

    • StopFollowingCustomerGoal

      public StopFollowingCustomerGoal(VillagerEntity villager)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laid;<init>(Laob;)V
      intermediary <init> Lnet/minecraft/class_924;<init>(Lnet/minecraft/class_985;)V
      named <init> Lnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;<init>(Lnet/minecraft/entity/passive/VillagerEntity;)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lagt;a()Z
      intermediary method_2742 Lnet/minecraft/class_896;method_2742()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 Lagt;c()V
      intermediary method_2747 Lnet/minecraft/class_896;method_2747()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 Lagt;d()V
      intermediary method_2745 Lnet/minecraft/class_896;method_2745()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V