Core
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Core
Basic
/
de.finkmoritz.bcgdsl.basic.modifier
/
SetModifier
Set
Modifier
data
class
SetModifier
(
val
value
:
Value
<
Int
>
,
val
amount
:
Int
)
:
Modifier
<
Int
>
Members
Constructors
Set
Modifier
Link copied to clipboard
constructor
(
value
:
Value
<
Int
>
,
amount
:
Int
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
value
Link copied to clipboard
open
override
val
value
:
Value
<
Int
>
Functions
modify
Link copied to clipboard
open
override
fun
modify
(
current
:
Int
)
:
Int