| Name | block forms |
| Event Lines | <block> forms |
| Triggers | when a block is formed based on world conditions, EG, when snow forms in a snow storm or ice forms in a cold biome. |
| Generated Examples | on wall_torch forms:
on spawner forms: |
| Contexts | <context.location> returns the LocationTag the block that is forming.
<context.material> returns the MaterialTag of the block that is forming.
|
| 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/BlockFormsScriptEvent.java#L13 |