Class GoToWalkTargetGoal

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

public class GoToWalkTargetGoal extends Goal
Mappings:
Namespace Name
official xs
intermediary net/minecraft/class_908
named net/minecraft/entity/ai/goal/GoToWalkTargetGoal
  • Field Details

    • mob

      private final PathAwareEntity mob
      Mappings:
      Namespace Name Mixin selector
      official a Lxs;a:Lvx;
      intermediary field_3550 Lnet/minecraft/class_908;field_3550:Lnet/minecraft/class_877;
      named mob Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;mob:Lnet/minecraft/entity/PathAwareEntity;
    • x

      private double x
      Mappings:
      Namespace Name Mixin selector
      official b Lxs;b:D
      intermediary field_3551 Lnet/minecraft/class_908;field_3551:D
      named x Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;x:D
    • y

      private double y
      Mappings:
      Namespace Name Mixin selector
      official c Lxs;c:D
      intermediary field_3552 Lnet/minecraft/class_908;field_3552:D
      named y Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;y:D
    • z

      private double z
      Mappings:
      Namespace Name Mixin selector
      official d Lxs;d:D
      intermediary field_3553 Lnet/minecraft/class_908;field_3553:D
      named z Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;z:D
    • speed

      private final double speed
      Mappings:
      Namespace Name Mixin selector
      official e Lxs;e:D
      intermediary field_6848 Lnet/minecraft/class_908;field_6848:D
      named speed Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;speed:D
  • Constructor Details

    • GoToWalkTargetGoal

      public GoToWalkTargetGoal(PathAwareEntity mob, double speed)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lxs;<init>(Lvx;D)V
      intermediary <init> Lnet/minecraft/class_908;<init>(Lnet/minecraft/class_877;D)V
      named <init> Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;<init>(Lnet/minecraft/entity/PathAwareEntity;D)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lxe;a()Z
      intermediary method_2742 Lnet/minecraft/class_896;method_2742()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      Mappings:
      Namespace Name Mixin selector
      official b Lxe;b()Z
      intermediary method_2744 Lnet/minecraft/class_896;method_2744()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lxe;c()V
      intermediary method_2747 Lnet/minecraft/class_896;method_2747()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V