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 tw
intermediary net/minecraft/class_908
named net/minecraft/entity/ai/goal/GoToWalkTargetGoal
  • Field Details

    • mob

      private PathAwareEntity mob
      Mappings:
      Namespace Name Mixin selector
      official a Ltw;a:Lsh;
      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 Ltw;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 Ltw;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 Ltw;d:D
      intermediary field_3553 Lnet/minecraft/class_908;field_3553:D
      named z Lnet/minecraft/entity/ai/goal/GoToWalkTargetGoal;z:D
    • speed

      private double speed
      Mappings:
      Namespace Name Mixin selector
      official e Ltw;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> Ltw;<init>(Lsh;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 Ltk;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 Ltk;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 Ltk;c()V
      intermediary method_2747 Lnet/minecraft/class_896;method_2747()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V