Interface ExponentialBackoff.Runner

Enclosing class:
ExponentialBackoff
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface ExponentialBackoff.Runner
A runner for the exponential backoff. This can raise any exceptions, and such exceptions are caught and treated as failure for the purpose of exponential backoff.
Mappings:
Namespace Name
official edi$a
intermediary net/minecraft/class_7526$class_7527
named net/minecraft/client/util/ExponentialBackoff$Runner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()