Class GatherPOITask.RetryMarker
java.lang.Object
net.minecraft.entity.ai.brain.task.GatherPOITask.RetryMarker
- Enclosing class:
- GatherPOITask
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisStillValid(long p_241371_1_) voidmarkAttempt(long p_241370_1_) booleanshouldRetry(long p_241372_1_) toString()
- 
Field Details- 
random
- 
previousAttemptTimestampprivate long previousAttemptTimestamp
- 
nextScheduledAttemptTimestampprivate long nextScheduledAttemptTimestamp
- 
currentDelayprivate int currentDelay
 
- 
- 
Constructor Details- 
RetryMarkerRetryMarker(Random p_i241233_1_, long p_i241233_2_) 
 
- 
- 
Method Details