api
a9eff54633
jvm
api
/
org.kryptonmc.api.world.damage
/
DamageSource
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
@
JvmStatic
@
Contract
(
value
=
"_ -> new"
,
pure
=
true
)
fun
of
(
type
:
DamageType
)
:
DamageSource
Creates a new damage source with the given
type
.