Class PlayDeadTask

java.lang.Object
net.minecraft.entity.ai.brain.task.Task<AxolotlEntity>
net.minecraft.entity.ai.brain.task.PlayDeadTask

public class PlayDeadTask extends Task<AxolotlEntity>
Mappings:
Namespace Name
official bip
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 Task<AxolotlEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbip;a(Ladi;Lbin;)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 Task<AxolotlEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbip;a(Ladi;Lbin;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 Task<AxolotlEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Lbip;b(Ladi;Lbin;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