Minecraft:Commands/testforblocks
From SAS Gaming Wiki
More actions
Template:Distinguish Template:Exclusive Template:Outdated Template:Infobox command
Tests whether the blocks in two regions match. Shows the number of matching blocks (the total number of blocks in all mode, or the number of source region non-air blocks in masked mode).
Syntax
testforblocks <begin: x y z> <end: x y z> <destination: x y z> [masked|all]
Arguments
Template:Argument and Template:Argument
- Specifies two opposing corners of the region to use as the pattern to test for (the "source region").
- Template:Arg desc
- Block position is the Minecraft:coordinates of the point at the lower northwest corner of a block. Because of this, the lesser coordinates of each axis falls right on the region boundary, but the greater coordinates are one block from the boundary, and the block volume of the source region is (xgreater - xlesser + 1) × (ygreater - ylesser + 1) × (zgreater - zlesser + 1). For example,
0 0 0 0 0 0has a 1-block volume, and0 0 0 1 1 1and1 1 1 0 0 0both identify the same region with an 8-block volume.
- Specifies the lower northwestern corner (the corner with the most-negative values) of the region to be checked (the "destination region"). Source and destination regions may overlap.
- Template:Arg desc
masked|all
- Specifies how to match blocks. Must be one of:
all— every block in the source and destination regions must match exactly.masked— Minecraft:air blocks in the source region match any block in the destination region.
- If not specified, defaults to
all.
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table
History
Java Edition
Bedrock Edition
External links
de:Befehl/testforblocks es:Comandos/testforblocks ja:コマンド/testforblocks pt:Comandos/testforblocks ru:Команды консоли/testforblocks zh:命令/testforblocks