Class LoseJobOnSiteLossTask

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

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

    • LoseJobOnSiteLossTask

      public LoseJobOnSiteLossTask()
  • Method Details

    • shouldRun

      protected boolean shouldRun(ServerWorld serverWorld, VillagerEntity villagerEntity)
      Overrides:
      shouldRun in class Task<VillagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbaj;a(Ladi;Lbne;)Z
      intermediary method_20449 Lnet/minecraft/class_4295;method_20449(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;)Z
      named shouldRun Lnet/minecraft/entity/ai/brain/task/LoseJobOnSiteLossTask;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 Lbaj;a(Ladi;Lbne;J)V
      intermediary method_20450 Lnet/minecraft/class_4295;method_20450(Lnet/minecraft/class_3218;Lnet/minecraft/class_1646;J)V
      named run Lnet/minecraft/entity/ai/brain/task/LoseJobOnSiteLossTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/VillagerEntity;J)V