Class GoToPointOfInterestTask

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

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

    • GoToPointOfInterestTask

      public GoToPointOfInterestTask()
  • Method Details

    • create

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