net.minecraft.entity.ai.brain.task

public class PlayDeadTask

extends MultiTickTask<AxolotlEntity>

All mapped superinterfaces:

Task

net.minecraft.world.entity.animal.axolotl.PlayDead
net.minecraft.class_5769
net.minecraft.entity.ai.brain.task.PlayDeadTask

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected boolean
checkExtraStartConditions(ServerLevel level, Axolotl body)
method_33253(class_3218 arg0, class_5762 arg1)
shouldRun(ServerWorld arg0, AxolotlEntity arg1)
protected boolean
canStillUse(ServerLevel level, Axolotl body, long timestamp)
method_33254(class_3218 arg0, class_5762 arg1, long arg2)
shouldKeepRunning(ServerWorld arg0, AxolotlEntity arg1, long arg2)
protected void
start(ServerLevel level, Axolotl body, long timestamp)
method_33255(class_3218 arg0, class_5762 arg1, long arg2)
run(ServerWorld arg0, AxolotlEntity arg1, long arg2)
protected boolean
checkExtraStartConditions(ServerLevel level, LivingEntity body)
method_18919(class_3218 arg0, class_1309 arg1)
shouldRun(ServerWorld arg0, LivingEntity arg1)
protected boolean
canStillUse(ServerLevel level, LivingEntity body, long timestamp)
method_18927(class_3218 arg0, class_1309 arg1, long arg2)
shouldKeepRunning(ServerWorld arg0, LivingEntity arg1, long arg2)
protected void
start(ServerLevel level, LivingEntity body, long timestamp)
method_18920(class_3218 arg0, class_1309 arg1, long arg2)
run(ServerWorld arg0, LivingEntity arg1, long arg2)