@@ -120,7 +120,7 @@ export default class FaceSelectionPlains {
120
120
121
121
Creates a new ` FaceSelectionPlains` instance.
122
122
123
- <Spoiler title="Parameters">
123
+ <Spoiler title="Parameters">
124
124
125
125
- **plains**: ` Object []`
126
126
@@ -138,7 +138,7 @@ export default class FaceSelectionPlains {
138
138
139
139
Custom name to easily identify this plain when it is selected.
140
140
141
- </Spoiler>
141
+ </Spoiler>
142
142
143
143
- #### getSelected
144
144
@@ -148,7 +148,7 @@ export default class FaceSelectionPlains {
148
148
149
149
Returns the involved plain's array index, or name if provided. If no plain is selected, ` undefined ` is returned.
150
150
151
- <Spoiler title="Parameters">
151
+ <Spoiler title="Parameters">
152
152
153
153
- **selection**: ` Object `
154
154
@@ -174,7 +174,7 @@ export default class FaceSelectionPlains {
174
174
175
175
Vertical axis goes ` bottom - > top` rather than ` top - > bottom` if true.
176
176
177
- </Spoiler>
177
+ </Spoiler>
178
178
179
179
### Usage
180
180
@@ -317,7 +317,7 @@ export default class SelectionBoxes {
317
317
318
318
Creates a new ` SelectionBoxes` instance.
319
319
320
- <Spoiler title="Parameters">
320
+ <Spoiler title="Parameters">
321
321
322
322
- **boxes**: ` Object []`
323
323
@@ -335,7 +335,7 @@ export default class SelectionBoxes {
335
335
336
336
Custom name to easily identify this box when it is selected.
337
337
338
- </Spoiler>
338
+ </Spoiler>
339
339
340
340
- #### getSelected
341
341
@@ -347,7 +347,7 @@ export default class SelectionBoxes {
347
347
348
348
Returns the involved box's array index, or name if provided. If no box is selected, ` undefined ` is returned.
349
349
350
- <Spoiler title="Parameters">
350
+ <Spoiler title="Parameters">
351
351
352
352
- **faceLocation**: [` Vector3` ](https://learn.microsoft.com/minecraft/creator/scriptapi/minecraft/server/vector3)
353
353
@@ -369,7 +369,7 @@ export default class SelectionBoxes {
369
369
370
370
Z axis extends ` south - > north` rather than ` north - > south` if true.
371
371
372
- </Spoiler>
372
+ </Spoiler>
373
373
374
374
### Usage
375
375
0 commit comments