| Name | <schematic[<name>].block[<location>]> |
| Returns | MaterialTag |
| Description | Returns the material for the block at the location in the schematic.
An input location of 0,0,0 corresponds to the minimum corner of the schematic. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SchematicCommand.java#L681 |