Package net.minecraft.client.util
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.
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$aintermediary net/minecraft/class_7526$class_7527named net/minecraft/client/util/ExponentialBackoff$Runner
-
Method Summary
-
Method Details
-
run
- Throws:
Exception
-