selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
EntityDamageByHeatEscapingEntityEvent.Implementation
selery
event
world
damage
EntityDamageByHeatEscapingEntityEvent
Undocumented in source.
interface
EntityDamageByHeatEscapingEntityEvent
static
mixin template
Implementation () {
mixin
EntityDamageByEntityEvent
.
Implementation
!(
false
,
Modifiers
.
resistance
|
Modifiers
.
armor
|
Modifiers
.
fire
)
;
mixin
Cancellable
.
FinalImplementation
;
}
Members
Mixins
__anonymous
mixin
EntityDamageByEntityEvent
.
Implementation
!(
false
,
Modifiers
.
resistance
|
Modifiers
.
armor
|
Modifiers
.
fire
)
Undocumented in source.
__anonymous
mixin
Cancellable
.
FinalImplementation
Undocumented in source.
Mixed In Members
From
mixin
Cancellable
.
FinalImplementation
cancel
void
cancel
()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelled
bool
cancelled
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
event
world
damage
EntityDamageByHeatEscapingEntityEvent
mixin templates
Implementation