Class GoToPointOfInterestTask

java.lang.Object
net.minecraft.entity.ai.brain.task.Task<VillagerEntity>
net.minecraft.entity.ai.brain.task.GoToPointOfInterestTask

public class GoToPointOfInterestTask extends Task<VillagerEntity>
Mappings:
Namespace Name
official avw
intermediary net/minecraft/class_4458
named net/minecraft/entity/ai/brain/task/GoToPointOfInterestTask
  • Field Details

    • speed

      private final float speed
      Mappings:
      Namespace Name Mixin selector
      official a Lavw;a:F
      intermediary field_20288 Lnet/minecraft/class_4458;field_20288:F
      named speed Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;speed:F
    • completionRange

      private final int completionRange
      Mappings:
      Namespace Name Mixin selector
      official c Lavw;c:I
      intermediary field_20289 Lnet/minecraft/class_4458;field_20289:I
      named completionRange Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;completionRange:I
  • Constructor Details

    • GoToPointOfInterestTask

      public GoToPointOfInterestTask(float speed, int completionRange)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lavw;<init>(FI)V
      intermediary <init> Lnet/minecraft/class_4458;<init>(FI)V
      named <init> Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;<init>(FI)V
  • Method Details

    • shouldRun

      protected boolean shouldRun(ServerWorld serverWorld, VillagerEntity villagerEntity)
      Overrides:
      shouldRun in class Task<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lavw;a(Labr;Lbjq;)Z
      intermediary method_21636 Lnet/minecraft/class_4458;method_21636(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;)Z
      named shouldRun Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;)Z
    • run

      protected void run(ServerWorld serverWorld, VillagerEntity villagerEntity, long long2)
      Overrides:
      run in class Task<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lavw;a(Labr;Lbjq;J)V
      intermediary method_21637 Lnet/minecraft/class_4458;method_21637(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)V
      named run Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)V