Class FindPointOfInterestTask.RetryMarker
java.lang.Object
net.minecraft.entity.ai.brain.task.FindPointOfInterestTask.RetryMarker
- Enclosing class:
- FindPointOfInterestTask
static class FindPointOfInterestTask.RetryMarker extends Object
-
Field Summary
Fields Modifier and Type Field Description private intcurrentDelayprivate longnextScheduledAttemptAtprivate longpreviousAttemptAtprivate Randomrandom -
Constructor Summary
Constructors Constructor Description RetryMarker(Random random, long time) -
Method Summary
Modifier and Type Method Description voidmethod_29926(long time)booleanmethod_29927(long time)booleanmethod_29928(long time)StringtoString()
-
Field Details
-
random
-
previousAttemptAt
private long previousAttemptAt -
nextScheduledAttemptAt
private long nextScheduledAttemptAt -
currentDelay
private int currentDelay
-
-
Constructor Details
-
RetryMarker
RetryMarker(Random random, long time)
-
-
Method Details