BlockBreakEvent

Undocumented in source.
interface BlockBreakEvent : BlockEvent , Cancellable

Inherited Members

From BlockEvent

block
Block block [@property getter]
Undocumented in source.
position
BlockPosition position [@property getter]
Undocumented in source.
Implementation
mixintemplate Implementation()
Undocumented in source.

From Cancellable

cancel
void cancel()

Cancels the event. A cancelled event is not propagated further to the next listeners, if there's any.

cancelled
bool cancelled [@property getter]
canceled
alias canceled = cancelled

Indicates whether the event has been cancelled. A cancelled event cannot be uncancelled.

Implementation
mixintemplate Implementation()
Undocumented in source.
FinalImplementation
mixintemplate FinalImplementation()
Undocumented in source.

Meta