net.minecraft.world.entity.ai.behavior

public class CountDownCooldownTicks

extends Behavior<LivingEntity>

All mapped superinterfaces:

BehaviorControl

byf
net.minecraft.world.entity.ai.behavior.CountDownCooldownTicks
net.minecraft.class_5753
net.minecraft.entity.ai.brain.task.TickCooldownTask
net.minecraft.world.entity.ai.behavior.CountDownCooldownTicks

Field summary

Modifier and TypeField
private final MemoryModuleType<Integer>
c
cooldownTicks
field_30113
cooldownModule

Constructor summary

ModifierConstructor
public (MemoryModuleType<Integer> cooldownModule)

Method summary

Modifier and TypeMethod
private Optional<Integer>
b(bwg arg0)
getCooldownTickMemory(LivingEntity arg0)
method_33194(class_1309 arg0)
getRemainingCooldownTicks(LivingEntity entity)
protected boolean
a(long arg0)
timedOut(long arg0)
method_18915(long arg0)
isTimeLimitExceeded(long arg0)
protected boolean
a(ash arg0, bwg arg1, long arg2)
canStillUse(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18927(class_3218 arg0, class_1309 arg1, long arg2)
shouldKeepRunning(ServerWorld arg0, LivingEntity arg1, long arg2)
protected void
c(ash arg0, bwg arg1, long arg2)
tick(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18924(class_3218 arg0, class_1309 arg1, long arg2)
keepRunning(ServerWorld arg0, LivingEntity arg1, long arg2)
protected void
b(ash arg0, bwg arg1, long arg2)
stop(ServerLevel arg0, LivingEntity arg1, long arg2)
method_18926(class_3218 arg0, class_1309 arg1, long arg2)
finishRunning(ServerWorld arg0, LivingEntity arg1, long arg2)