From cb446da51a5028c67adef9c6a2baee996eeb9d2e Mon Sep 17 00:00:00 2001 From: QuazChick Date: Tue, 4 Feb 2025 18:32:57 +0000 Subject: [PATCH] Corrected formatting --- docs/blocks/precise-interaction.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/blocks/precise-interaction.md b/docs/blocks/precise-interaction.md index b0ee09e600..d5fb0ab2b2 100644 --- a/docs/blocks/precise-interaction.md +++ b/docs/blocks/precise-interaction.md @@ -120,7 +120,7 @@ export default class FaceSelectionPlains { Creates a new `FaceSelectionPlains` instance. - + - **plains**: `Object[]` @@ -138,7 +138,7 @@ export default class FaceSelectionPlains { Custom name to easily identify this plain when it is selected. - + - #### getSelected @@ -148,7 +148,7 @@ export default class FaceSelectionPlains { Returns the involved plain's array index, or name if provided. If no plain is selected, `undefined` is returned. - + - **selection**: `Object` @@ -174,7 +174,7 @@ export default class FaceSelectionPlains { Vertical axis goes `bottom -> top` rather than `top -> bottom` if true. - + ### Usage @@ -317,7 +317,7 @@ export default class SelectionBoxes { Creates a new `SelectionBoxes` instance. - + - **boxes**: `Object[]` @@ -335,7 +335,7 @@ export default class SelectionBoxes { Custom name to easily identify this box when it is selected. - + - #### getSelected @@ -347,7 +347,7 @@ export default class SelectionBoxes { Returns the involved box's array index, or name if provided. If no box is selected, `undefined` is returned. - + - **faceLocation**: [`Vector3`](https://learn.microsoft.com/minecraft/creator/scriptapi/minecraft/server/vector3) @@ -369,7 +369,7 @@ export default class SelectionBoxes { Z axis extends `south -> north` rather than `north -> south` if true. - + ### Usage