bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-495
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.tracker
/
TrackerAnimation
/
TrackerAnimation
Tracker
Animation
@
ApiStatus.Internal
constructor
(
@
NotNull
name
:
@
NotNull
String
,
priority
:
Int
,
@
NotNull
targetClass
:
@
NotNull
Class
<
T
>
,
@
NotNull
applyCondition
:
@
NotNull
Predicate
<
in
T
>
,
@
NotNull
modifierBuilder
:
@
NotNull
(
in
T
)
->
AnimationModifier
,
@
NotNull
removeTask
:
@
NotNull
Consumer
<
in
T
>
,
@
NotNull
successTask
:
@
NotNull
Consumer
<
in
T
>
,
@
NotNull
fallbackTask
:
@
NotNull
Consumer
<
in
T
>
)