Class GoToCloserPointOfInterestTask

java.lang.Object
net.minecraft.entity.ai.brain.task.GoToCloserPointOfInterestTask

public class GoToCloserPointOfInterestTask extends Object
Mappings:
Namespace Name
named net/minecraft/entity/ai/brain/task/GoToCloserPointOfInterestTask
intermediary net/minecraft/class_4458
official byp
  • Constructor Details

    • GoToCloserPointOfInterestTask

      public GoToCloserPointOfInterestTask()
  • Method Details

    • create

      public static Task<VillagerEntity> create(float speed, int completionRange)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/entity/ai/brain/task/GoToCloserPointOfInterestTask;create(FI)Lnet/minecraft/entity/ai/brain/task/Task;
      intermediary method_46934 Lnet/minecraft/class_4458;method_46934(FI)Lnet/minecraft/class_7893;
      official a Lbyp;a(FI)Lbxz;