| Name | block spreads |
| Event Lines | block spreads |
| Triggers | when a block spreads based on world conditions, EG, when fire spreads, or when mushrooms spread, or when vines grow. |
| Generated Examples | on block spreads:
after block spreads: |
| Switches | type:<block> to only run if the block spreading matches the material input. |
| Contexts | <context.source_location> returns the LocationTag of the block that spread.
<context.location> returns the LocationTag of the new block.
<context.material> returns the MaterialTag of the block that spread.
|
| 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/BlockSpreadsScriptEvent.java#L14 |