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 int
currentDelay
private long
nextScheduledAttemptAt
private long
previousAttemptAt
private Random
random
-
Constructor Summary
Constructors Constructor Description RetryMarker(Random random, long time)
-
Method Summary
Modifier and Type Method Description void
method_29926(long time)
boolean
method_29927(long time)
boolean
method_29928(long time)
String
toString()
-
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