kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.api.event
/
KattonEvents
/
ServerEntityCombat
/
AfterKilledOtherEntityArg
After
Killed
Other
Entity
Arg
data
class
AfterKilledOtherEntityArg
(
val
world
:
ServerLevel
,
val
entity
:
Entity
,
val
killedEntity
:
LivingEntity
,
val
source
:
DamageSource
)
Members
Constructors
After
Killed
Other
Entity
Arg
Link copied to clipboard
constructor
(
world
:
ServerLevel
,
entity
:
Entity
,
killedEntity
:
LivingEntity
,
source
:
DamageSource
)
Properties
entity
Link copied to clipboard
val
entity
:
Entity
killed
Entity
Link copied to clipboard
val
killedEntity
:
LivingEntity
source
Link copied to clipboard
val
source
:
DamageSource
world
Link copied to clipboard
val
world
:
ServerLevel