Class FindPointOfInterestTask.RetryMarker

java.lang.Object
net.minecraft.entity.ai.brain.task.FindPointOfInterestTask.RetryMarker
Enclosing class:
FindPointOfInterestTask

static class FindPointOfInterestTask.RetryMarker
extends Object
  • Field Details

    • random

      private final Random random
    • previousAttemptAt

      private long previousAttemptAt
    • nextScheduledAttemptAt

      private long nextScheduledAttemptAt
    • currentDelay

      private int currentDelay
  • Constructor Details

    • RetryMarker

      RetryMarker​(Random random, long time)
  • Method Details

    • method_29926

      public void method_29926​(long time)
    • method_29927

      public boolean method_29927​(long time)
    • method_29928

      public boolean method_29928​(long time)
    • toString

      public String toString()
      Overrides:
      toString in class Object