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