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
/
ServerLivingEntity
/
AllowDamageArg
Allow
Damage
Arg
data
class
AllowDamageArg
(
val
entity
:
LivingEntity
,
val
source
:
DamageSource
,
val
amount
:
Float
)
Members
Constructors
Allow
Damage
Arg
Link copied to clipboard
constructor
(
entity
:
LivingEntity
,
source
:
DamageSource
,
amount
:
Float
)
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