LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.core
/
RetryingJob
/
State
/
Loading
Loading
data
class
Loading
(
val
t
:
Throwable
,
val
retryCount
:
Int
)
:
RetryingJob.State
<
Nothing
>
Members
Constructors
Loading
Link copied to clipboard
constructor
(
t
:
Throwable
,
retryCount
:
Int
)
Properties
retry
Count
Link copied to clipboard
val
retryCount
:
Int
t
Link copied to clipboard
val
t
:
Throwable