Class GoToWorkTask

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

public class GoToWorkTask
extends Task<VillagerEntity>
Mappings:
Namespace Name
official aso
intermediary net/minecraft/class_4114
named net/minecraft/entity/ai/brain/task/GoToWorkTask
  • Constructor Details

    • GoToWorkTask

      public GoToWorkTask()
  • Method Details

    • shouldRun

      protected boolean shouldRun​(ServerWorld serverWorld, VillagerEntity villagerEntity)
      Overrides:
      shouldRun in class Task<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Laso;a(Laav;Lbgy;)Z
      intermediary method_18987 Lnet/minecraft/class_4114;method_18987(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;)Z
      named shouldRun Lnet/minecraft/entity/ai/brain/task/GoToWorkTask;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 Laso;a(Laav;Lbgy;J)V
      intermediary method_18988 Lnet/minecraft/class_4114;method_18988(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)V
      named run Lnet/minecraft/entity/ai/brain/task/GoToWorkTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)V