Class GoTowardsLookTarget

java.lang.Object
net.minecraft.entity.ai.brain.task.Task<LivingEntity>
net.minecraft.entity.ai.brain.task.GoTowardsLookTarget

public class GoTowardsLookTarget extends Task<LivingEntity>
Mappings:
Namespace Name
official axk
intermediary net/minecraft/class_4120
named net/minecraft/entity/ai/brain/task/GoTowardsLookTarget
  • Field Details

    • speed

      private final Function<LivingEntity,​Float> speed
      Mappings:
      Namespace Name Mixin selector
      official a Laxk;a:Ljava/util/function/Function;
      intermediary field_18378 Lnet/minecraft/class_4120;field_18378:Ljava/util/function/Function;
      named speed Lnet/minecraft/entity/ai/brain/task/GoTowardsLookTarget;speed:Ljava/util/function/Function;
    • completionRange

      private final int completionRange
      Mappings:
      Namespace Name Mixin selector
      official c Laxk;c:I
      intermediary field_19002 Lnet/minecraft/class_4120;field_19002:I
      named completionRange Lnet/minecraft/entity/ai/brain/task/GoTowardsLookTarget;completionRange:I
  • Constructor Details

    • GoTowardsLookTarget

      public GoTowardsLookTarget(float speed, int completionRange)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxk;<init>(FI)V
      intermediary <init> Lnet/minecraft/class_4120;<init>(FI)V
      named <init> Lnet/minecraft/entity/ai/brain/task/GoTowardsLookTarget;<init>(FI)V
    • GoTowardsLookTarget

      public GoTowardsLookTarget(Function<LivingEntity,​Float> speed, int completionRange)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxk;<init>(Ljava/util/function/Function;I)V
      intermediary <init> Lnet/minecraft/class_4120;<init>(Ljava/util/function/Function;I)V
      named <init> Lnet/minecraft/entity/ai/brain/task/GoTowardsLookTarget;<init>(Ljava/util/function/Function;I)V
  • Method Details

    • run

      protected void run(ServerWorld world, LivingEntity entity, long time)
      Overrides:
      run in class Task<LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lavg;a(Labr;Latt;J)V
      intermediary method_18920 Lnet/minecraft/class_4097;method_18920(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)V
      named run Lnet/minecraft/entity/ai/brain/task/Task;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)V