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
/
ServerPlayer
/
AllowDeathArg
Allow
Death
Arg
data
class
AllowDeathArg
(
val
player
:
ServerPlayer
,
val
damageSource
:
DamageSource
,
val
damageAmount
:
Float
)
Members
Constructors
Allow
Death
Arg
Link copied to clipboard
constructor
(
player
:
ServerPlayer
,
damageSource
:
DamageSource
,
damageAmount
:
Float
)
Properties
damage
Amount
Link copied to clipboard
val
damageAmount
:
Float
damage
Source
Link copied to clipboard
val
damageSource
:
DamageSource
player
Link copied to clipboard
val
player
:
ServerPlayer