Skip to content

Commit

Permalink
ExprBoundBlocks - update some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Apr 7, 2023
1 parent 55e2f06 commit bf4e04a
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
@Name("Bound - Blocks")
@Description("All the blocks within a bound")
@Examples({"set {_blocks::*} to all blocks within bound {bound}",
"set all blocks within {bound} to stone",
"loop all blocks within bound {bound}:", "\tif loop-block is stone:", "\t\tset loop-block to grass"})
"set {_blocks::*} to all blocks within bound bound with id \"le-bound\"",
"set all blocks within bound {bound} to stone",
"loop all blocks within bound {bound}:",
"\tif loop-block is stone:",
"\t\tset loop-block to grass"})
@Since("1.0.0")
public class ExprBoundBlocks extends SimpleExpression<Block> {

Expand Down

0 comments on commit bf4e04a

Please sign in to comment.