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>
  • Field Details

    • speed

      private final float speed
    • completionRange

      private final int completionRange
  • Constructor Details

    • GoToPointOfInterestTask

      public GoToPointOfInterestTask​(float speed, int completionRange)
  • Method Details