Class PlayDeadTask

java.lang.Object
net.minecraft.entity.ai.brain.task.MultiTickTask<AxolotlEntity>
net.minecraft.entity.ai.brain.task.PlayDeadTask
All Implemented Interfaces:
Task<AxolotlEntity>

public class PlayDeadTask extends MultiTickTask<AxolotlEntity>
Mappings:
Namespace Name
official bqx
intermediary net/minecraft/class_5769
named net/minecraft/entity/ai/brain/task/PlayDeadTask
  • Constructor Details

    • PlayDeadTask

      public PlayDeadTask()
  • Method Details

    • shouldRun

      protected boolean shouldRun(ServerWorld serverWorld, AxolotlEntity axolotlEntity)
      Overrides:
      shouldRun in class MultiTickTask<AxolotlEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbqx;a(Lahm;Lbqv;)Z
      intermediary method_33253 Lnet/minecraft/class_5769;method_33253(Lnet/minecraft/class_3218;Lnet/minecraft/class_5762;)Z
      named shouldRun Lnet/minecraft/entity/ai/brain/task/PlayDeadTask;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/AxolotlEntity;)Z
    • shouldKeepRunning

      protected boolean shouldKeepRunning(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)
      Overrides:
      shouldKeepRunning in class MultiTickTask<AxolotlEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbqx;a(Lahm;Lbqv;J)Z
      intermediary method_33254 Lnet/minecraft/class_5769;method_33254(Lnet/minecraft/class_3218;Lnet/minecraft/class_5762;J)Z
      named shouldKeepRunning Lnet/minecraft/entity/ai/brain/task/PlayDeadTask;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/AxolotlEntity;J)Z
    • run

      protected void run(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)
      Overrides:
      run in class MultiTickTask<AxolotlEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Lbqx;b(Lahm;Lbqv;J)V
      intermediary method_33255 Lnet/minecraft/class_5769;method_33255(Lnet/minecraft/class_3218;Lnet/minecraft/class_5762;J)V
      named run Lnet/minecraft/entity/ai/brain/task/PlayDeadTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/AxolotlEntity;J)V