Class FindPointOfInterestTask.RetryMarker
java.lang.Object
net.minecraft.entity.ai.brain.task.FindPointOfInterestTask.RetryMarker
- Enclosing class:
FindPointOfInterestTask
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker
intermediary net/minecraft/class_4096$class_5397
official bvd$a
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private int
private static final int
private static final int
private long
private long
private final Random
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAttempting
(long time) void
setAttemptTime
(long time) boolean
shouldRetry
(long time) toString()
-
Field Details
-
MIN_DELAY
private static final int MIN_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector named MIN_DELAY
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;MIN_DELAY:I
intermediary field_30101
Lnet/minecraft/class_4096$class_5397;field_30101:I
official a
Lbvd$a;a:I
-
MAX_EXTRA_DELAY
private static final int MAX_EXTRA_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_EXTRA_DELAY
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;MAX_EXTRA_DELAY:I
intermediary field_30102
Lnet/minecraft/class_4096$class_5397;field_30102:I
official b
Lbvd$a;b:I
-
ATTEMPT_DURATION
private static final int ATTEMPT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector named ATTEMPT_DURATION
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;ATTEMPT_DURATION:I
intermediary field_30103
Lnet/minecraft/class_4096$class_5397;field_30103:I
official c
Lbvd$a;c:I
-
random
- Mappings:
Namespace Name Mixin selector named random
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;random:Lnet/minecraft/util/math/random/Random;
intermediary field_25600
Lnet/minecraft/class_4096$class_5397;field_25600:Lnet/minecraft/class_5819;
official d
Lbvd$a;d:Lazh;
-
previousAttemptAt
private long previousAttemptAt- Mappings:
Namespace Name Mixin selector named previousAttemptAt
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;previousAttemptAt:J
intermediary field_25601
Lnet/minecraft/class_4096$class_5397;field_25601:J
official e
Lbvd$a;e:J
-
nextScheduledAttemptAt
private long nextScheduledAttemptAt- Mappings:
Namespace Name Mixin selector named nextScheduledAttemptAt
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;nextScheduledAttemptAt:J
intermediary field_25602
Lnet/minecraft/class_4096$class_5397;field_25602:J
official f
Lbvd$a;f:J
-
currentDelay
private int currentDelay- Mappings:
Namespace Name Mixin selector named currentDelay
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;currentDelay:I
intermediary field_25603
Lnet/minecraft/class_4096$class_5397;field_25603:I
official g
Lbvd$a;g:I
-
-
Constructor Details
-
RetryMarker
RetryMarker(Random random, long time) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;<init>(Lnet/minecraft/util/math/random/Random;J)V
intermediary <init>
Lnet/minecraft/class_4096$class_5397;<init>(Lnet/minecraft/class_5819;J)V
official <init>
Lbvd$a;<init>(Lazh;J)V
-
-
Method Details
-
setAttemptTime
public void setAttemptTime(long time) - Mappings:
Namespace Name Mixin selector named setAttemptTime
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;setAttemptTime(J)V
intermediary method_29926
Lnet/minecraft/class_4096$class_5397;method_29926(J)V
official a
Lbvd$a;a(J)V
-
isAttempting
public boolean isAttempting(long time) - Mappings:
Namespace Name Mixin selector named isAttempting
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;isAttempting(J)Z
intermediary method_29927
Lnet/minecraft/class_4096$class_5397;method_29927(J)Z
official b
Lbvd$a;b(J)Z
-
shouldRetry
public boolean shouldRetry(long time) - Mappings:
Namespace Name Mixin selector named shouldRetry
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;shouldRetry(J)Z
intermediary method_29928
Lnet/minecraft/class_4096$class_5397;method_29928(J)Z
official c
Lbvd$a;c(J)Z
-
toString
-