Class CountDownCooldownTicks
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<LivingEntity>
net.minecraft.world.entity.ai.behavior.CountDownCooldownTicks
- All Implemented Interfaces:
- BehaviorControl<LivingEntity>
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.BehaviorBehavior.Status
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.behavior.BehaviorDEFAULT_DURATION, entryCondition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel p_147468_, LivingEntity p_147469_, long p_147470_) getCooldownTickMemory(LivingEntity p_147466_) protected voidstop(ServerLevel p_147472_, LivingEntity p_147473_, long p_147474_) protected voidtick(ServerLevel p_147476_, LivingEntity p_147477_, long p_147478_) protected booleantimedOut(long p_147464_) Methods inherited from class net.minecraft.world.entity.ai.behavior.BehaviorcheckExtraStartConditions, debugString, doStop, getStatus, hasRequiredMemories, start, tickOrStop, tryStart
- 
Field Details- 
cooldownTicks
 
- 
- 
Constructor Details- 
CountDownCooldownTicks
 
- 
- 
Method Details- 
getCooldownTickMemory
- 
timedOutprotected boolean timedOut(long p_147464_) - Overrides:
- timedOutin class- Behavior<LivingEntity>
 
- 
canStillUse- Overrides:
- canStillUsein class- Behavior<LivingEntity>
 
- 
tick- Overrides:
- tickin class- Behavior<LivingEntity>
 
- 
stop- Overrides:
- stopin class- Behavior<LivingEntity>
 
 
-