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.utils.client.error
/
Instructions
Instructions
class
Instructions
(
val
showStepIndex
:
Boolean
,
val
steps
:
(
error
:
Throwable
)
->
Array
<
String
>
?
)
Members
Constructors
Instructions
Link copied to clipboard
constructor
(
showStepIndex
:
Boolean
,
steps
:
(
error
:
Throwable
)
->
Array
<
String
>
?
)
Properties
show
Step
Index
Link copied to clipboard
val
showStepIndex
:
Boolean
steps
Link copied to clipboard
val
steps
:
(
error
:
Throwable
)
->
Array
<
String
>
?