| Name | <AreaObject.blocks[(<matcher>)]> |
| Returns | ListTag(LocationTag) |
| Description | Returns each block location within the area.
Optionally, specify a material matcher to only return locations with that block type. |
| Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/AreaContainmentObject.java#L229 |