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 bcnintermediary net/minecraft/class_5769named net/minecraft/entity/ai/brain/task/PlayDeadTask
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.Task
Task.Status -
Field Summary
Fields inherited from class net.minecraft.entity.ai.brain.task.Task
requiredMemoryStates -
Constructor Summary
Constructors Constructor Description PlayDeadTask() -
Method Summary
Modifier and Type Method Description protected voidrun(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)protected booleanshouldKeepRunning(ServerWorld serverWorld, AxolotlEntity axolotlEntity, long long2)protected booleanshouldRun(ServerWorld serverWorld, AxolotlEntity axolotlEntity)Methods inherited from class net.minecraft.entity.ai.brain.task.Task
finishRunning, getStatus, isTimeLimitExceeded, keepRunning, stop, tick, toString, tryStarting
-
Constructor Details
-
PlayDeadTask
public PlayDeadTask()
-
-
Method Details
-
shouldRun
- Overrides:
shouldRunin classTask<AxolotlEntity>- Mappings:
Namespace Name Mixin selector official aLbcn;a(Laav;Lbcl;)Zintermediary method_33253Lnet/minecraft/class_5769;method_33253(Lnet/minecraft/class_3218;Lnet/minecraft/class_5762;)Znamed shouldRunLnet/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:
shouldKeepRunningin classTask<AxolotlEntity>- Mappings:
Namespace Name Mixin selector official aLbcn;a(Laav;Lbcl;J)Zintermediary method_33254Lnet/minecraft/class_5769;method_33254(Lnet/minecraft/class_3218;Lnet/minecraft/class_5762;J)Znamed shouldKeepRunningLnet/minecraft/entity/ai/brain/task/PlayDeadTask;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/AxolotlEntity;J)Z
-
run
- Overrides:
runin classTask<AxolotlEntity>- Mappings:
Namespace Name Mixin selector official bLbcn;b(Laav;Lbcl;J)Vintermediary method_33255Lnet/minecraft/class_5769;method_33255(Lnet/minecraft/class_3218;Lnet/minecraft/class_5762;J)Vnamed runLnet/minecraft/entity/ai/brain/task/PlayDeadTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/AxolotlEntity;J)V
-