clik-engine API
GitHub
Preparing search index...
DamageEvent
Interface DamageEvent
interface
DamageEvent
{
amount
:
number
;
isCritical
?:
boolean
;
knockback
?:
{
x
:
number
;
y
:
number
}
;
source
:
Entity
|
null
;
target
:
Entity
;
type
:
DamageType
;
}
Index
Properties
amount
is
Critical?
knockback?
source
target
type
Properties
amount
amount
:
number
Optional
is
Critical
isCritical
?:
boolean
Optional
knockback
knockback
?:
{
x
:
number
;
y
:
number
}
source
source
:
Entity
|
null
target
target
:
Entity
type
type
:
DamageType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
is
Critical
knockback
source
target
type
GitHub
clik-engine API
Loading...