Class FindPointOfInterestTask.RetryMarker

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

static class FindPointOfInterestTask.RetryMarker extends Object
Mappings:
Namespace Name
official auz$a
intermediary net/minecraft/class_4096$class_5397
named net/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker
  • Field Details

    • MIN_DELAY

      private static final int MIN_DELAY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lauz$a;a:I
      intermediary field_30101 Lnet/minecraft/class_4096$class_5397;field_30101:I
      named MIN_DELAY Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;MIN_DELAY:I
    • field_30102

      private static final int field_30102
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lauz$a;b:I
      intermediary field_30102 Lnet/minecraft/class_4096$class_5397;field_30102:I
      named field_30102 Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;field_30102:I
    • ATTEMPT_DURATION

      private static final int ATTEMPT_DURATION
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lauz$a;c:I
      intermediary field_30103 Lnet/minecraft/class_4096$class_5397;field_30103:I
      named ATTEMPT_DURATION Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;ATTEMPT_DURATION:I
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official d Lauz$a;d:Ljava/util/Random;
      intermediary field_25600 Lnet/minecraft/class_4096$class_5397;field_25600:Ljava/util/Random;
      named random Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;random:Ljava/util/Random;
    • previousAttemptAt

      private long previousAttemptAt
      Mappings:
      Namespace Name Mixin selector
      official e Lauz$a;e:J
      intermediary field_25601 Lnet/minecraft/class_4096$class_5397;field_25601:J
      named previousAttemptAt Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;previousAttemptAt:J
    • nextScheduledAttemptAt

      private long nextScheduledAttemptAt
      Mappings:
      Namespace Name Mixin selector
      official f Lauz$a;f:J
      intermediary field_25602 Lnet/minecraft/class_4096$class_5397;field_25602:J
      named nextScheduledAttemptAt Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;nextScheduledAttemptAt:J
    • currentDelay

      private int currentDelay
      Mappings:
      Namespace Name Mixin selector
      official g Lauz$a;g:I
      intermediary field_25603 Lnet/minecraft/class_4096$class_5397;field_25603:I
      named currentDelay Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;currentDelay:I
  • Constructor Details

    • RetryMarker

      RetryMarker(Random random, long time)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lauz$a;<init>(Ljava/util/Random;J)V
      intermediary <init> Lnet/minecraft/class_4096$class_5397;<init>(Ljava/util/Random;J)V
      named <init> Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;<init>(Ljava/util/Random;J)V
  • Method Details

    • setAttemptTime

      public void setAttemptTime(long time)
      Mappings:
      Namespace Name Mixin selector
      official a Lauz$a;a(J)V
      intermediary method_29926 Lnet/minecraft/class_4096$class_5397;method_29926(J)V
      named setAttemptTime Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;setAttemptTime(J)V
    • isAttempting

      public boolean isAttempting(long time)
      Mappings:
      Namespace Name Mixin selector
      official b Lauz$a;b(J)Z
      intermediary method_29927 Lnet/minecraft/class_4096$class_5397;method_29927(J)Z
      named isAttempting Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;isAttempting(J)Z
    • shouldRetry

      public boolean shouldRetry(long time)
      Mappings:
      Namespace Name Mixin selector
      official c Lauz$a;c(J)Z
      intermediary method_29928 Lnet/minecraft/class_4096$class_5397;method_29928(J)Z
      named shouldRetry Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;shouldRetry(J)Z
    • toString

      public String toString()
      Overrides:
      toString in class Object