api
a9eff54633
jvm
api
/
org.kryptonmc.api.world.damage
/
DamageSource
/
Factory
Factory
@
ApiStatus.Internal
interface
Factory
Members
Functions
entity
Link copied to clipboard
abstract
fun
entity
(
type
:
DamageType
,
entity
:
Entity
)
:
EntityDamageSource
indirect
Entity
Link copied to clipboard
abstract
fun
indirectEntity
(
type
:
DamageType
,
entity
:
Entity
,
indirectEntity
:
Entity
)
:
IndirectEntityDamageSource
of
Link copied to clipboard
abstract
fun
of
(
type
:
DamageType
)
:
DamageSource