minecraft:mod:my-mods:bunyedit:argument-types
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
minecraft:mod:my-mods:bunyedit:argument-types [2024/02/21 09:04] – add filter and pattern raccoon | minecraft:mod:my-mods:bunyedit:argument-types [2024/02/24 04:45] (current) – raccoon | ||
---|---|---|---|
Line 91: | Line 91: | ||
represents a specific direction. | represents a specific direction. | ||
+ | |||
+ | a letter represents an absolute direction ((N)orth, (E)ast, (S)outh, (W)est, (U)p, (D)own). | ||
'' | '' | ||
+ | |||
+ | ===== bound ===== | ||
+ | < | ||
+ | < | ||
+ | |||
+ | component: < | ||
+ | |||
+ | boundDirection: | ||
+ | |||
+ | magnitude: <int> | ||
+ | </ | ||
+ | //note: this section documents the way bound arguments will work in 0.5.0. in 0.4.x the default magnitude is 1, and each component can only specify one '' | ||
+ | |||
+ | represents a relative selection that is bigger/ | ||
+ | |||
+ | direction can be specified absolutely, or relative to the direction the player is facing ((F)orward, (B)ackward, (L)eft, (R)ight). | ||
+ | |||
+ | '' | ||
+ | |||
+ | magnitude represents a number of blocks to grow by in that direction. a negative number can be specified to allow for shrinking. | ||
+ | |||
+ | examples: | ||
+ | < | ||
+ | * : the same as the current selection. | ||
+ | FB1,LR2 : expanded by one block forward and backward, two blocks left and right | ||
+ | </ |
minecraft/mod/my-mods/bunyedit/argument-types.1708506275.txt.gz · Last modified: 2024/02/21 09:04 by raccoon