api
a9eff54633
jvm
api
/
org.kryptonmc.api.entity.attribute
/
AttributeModifier
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
@
JvmStatic
@
Contract
(
value
=
"_, _, _, _ -> new"
,
pure
=
true
)
fun
of
(
uuid
:
UUID
,
name
:
String
,
amount
:
Double
,
operation
:
ModifierOperation
)
:
AttributeModifier
Creates a new attribute modifier with the given values.