toggle menu
silk
1.10.4
jvm
switch theme
search in API
silk-core
/
net.silkmc.silk.core.event
/
EntityEvents
/
EntityDamageEvent
Entity
Damage
Event
open
class
EntityDamageEvent
(
entity
:
LivingEntity
,
val
amount
:
Float
,
val
source
:
DamageSource
)
:
EntityEvents.EntityEvent
<
LivingEntity
>
(
source
)
Members
Constructors
Entity
Damage
Event
Link copied to clipboard
constructor
(
entity
:
LivingEntity
,
amount
:
Float
,
source
:
DamageSource
)
Properties
amount
Link copied to clipboard
val
amount
:
Float
entity
Link copied to clipboard
val
entity
:
LivingEntity
source
Link copied to clipboard
val
source
:
DamageSource