| Name | block burns |
| Event Lines | <block> burns |
| Triggers | when a block is destroyed by fire. |
| Generated Examples | on oxidized_cut_copper_stairs burns:
after block burns: |
| Contexts | <context.location> returns the LocationTag the block was burned at.
<context.material> returns the MaterialTag of the block that was burned.
|
| Cancellable | True - This adds <context.cancelled> and determine 'cancelled' or 'cancelled:false' |
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | Block |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/block/BlockBurnsScriptEvent.java#L13 |