CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt
/
InfoAnimationState
Info
Animation
State
data
class
InfoAnimationState
(
var
state
:
InfoState
=
ACTIVE
,
var
exception
:
Exception
?
=
null
,
var
print
:
Boolean
=
false
)
Members
Constructors
Info
Animation
State
Link copied to clipboard
constructor
(
state
:
InfoState
=
ACTIVE
,
exception
:
Exception
?
=
null
,
print
:
Boolean
=
false
)
Properties
exception
Link copied to clipboard
var
exception
:
Exception
?
print
Link copied to clipboard
var
print
:
Boolean
state
Link copied to clipboard
var
state
:
InfoState