Class FindPointOfInterestTask.RetryMarker
java.lang.Object
net.minecraft.entity.ai.brain.task.FindPointOfInterestTask.RetryMarker
- Enclosing class:
FindPointOfInterestTask
- Mappings:
Namespace Name official bhi$a
intermediary net/minecraft/class_4096$class_5397
named net/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker
-
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 official a
Lbhi$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
-
MAX_EXTRA_DELAY
private static final int MAX_EXTRA_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lbhi$a;b:I
intermediary field_30102
Lnet/minecraft/class_4096$class_5397;field_30102:I
named MAX_EXTRA_DELAY
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;MAX_EXTRA_DELAY:I
-
ATTEMPT_DURATION
private static final int ATTEMPT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lbhi$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
- Mappings:
Namespace Name Mixin selector official d
Lbhi$a;d:Lapo;
intermediary field_25600
Lnet/minecraft/class_4096$class_5397;field_25600:Lnet/minecraft/class_5819;
named random
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;random:Lnet/minecraft/util/math/random/Random;
-
previousAttemptAt
private long previousAttemptAt- Mappings:
Namespace Name Mixin selector official e
Lbhi$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
Lbhi$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
Lbhi$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>
Lbhi$a;<init>(Lapo;J)V
intermediary <init>
Lnet/minecraft/class_4096$class_5397;<init>(Lnet/minecraft/class_5819;J)V
named <init>
Lnet/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker;<init>(Lnet/minecraft/util/math/random/Random;J)V
-
-
Method Details
-
setAttemptTime
public void setAttemptTime(long time) - Mappings:
Namespace Name Mixin selector official a
Lbhi$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
Lbhi$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
Lbhi$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
-