net.minecraft.entity.ai.brain.task

class FindPointOfInterestTask$RetryMarker

net.minecraft.world.entity.ai.behavior.AcquirePoi$JitteredLinearRetry
net.minecraft.class_4096$class_5397
net.minecraft.entity.ai.brain.task.FindPointOfInterestTask$RetryMarker

Field summary

Modifier and TypeField
private static final int
MIN_INTERVAL_INCREASE
field_30101
MIN_DELAY
private static final int
MAX_INTERVAL_INCREASE
field_30102
MAX_EXTRA_DELAY
private static final int
MAX_RETRY_PATHFINDING_INTERVAL
field_30103
ATTEMPT_DURATION
private final Random
random
field_25600
random
private long
previousAttemptTimestamp
field_25601
previousAttemptAt
private long
nextScheduledAttemptTimestamp
field_25602
nextScheduledAttemptAt
private int
currentDelay
field_25603
currentDelay

Constructor summary

ModifierConstructor
public (Random random, long time)

Method summary

Modifier and TypeMethod
public void
markAttempt(long timestamp)
method_29926(long arg0)
setAttemptTime(long time)
public boolean
isStillValid(long timestamp)
method_29927(long arg0)
isAttempting(long time)
public boolean
shouldRetry(long timestamp)
method_29928(long arg0)
shouldRetry(long time)