From 785b721d37b54622489ab716db501fb1fce56725 Mon Sep 17 00:00:00 2001 From: radmanplays <95340057+radmanplays@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:02:07 +0330 Subject: [PATCH] fix --- docs/apidocs/events/ToServerEvents.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/apidocs/events/ToServerEvents.md b/docs/apidocs/events/ToServerEvents.md index 8b12cb8..9410ad8 100644 --- a/docs/apidocs/events/ToServerEvents.md +++ b/docs/apidocs/events/ToServerEvents.md @@ -96,7 +96,7 @@ Events called by packets being sent to the server by the client. - `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`. - `sendpacketplayerdigging` - - `position`: [BlockPos](../globals/BlockPos.md) + - `position`: BlockPos - `facing`: String - Can be one of: `UP`, `DOWN`, `NORTH`, `SOUTH`, `EAST`, `WEST` - `status`: String @@ -104,7 +104,7 @@ Events called by packets being sent to the server by the client. - `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`. - `sendpacketplayerdigging` - - `position`: [BlockPos](../globals/BlockPos.md) + - `position`: BlockPos - `facing`: String - Can be one of: `UP`, `DOWN`, `NORTH`, `SOUTH`, `EAST`, `WEST` - `status`: String @@ -112,7 +112,7 @@ Events called by packets being sent to the server by the client. - `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`. - `sendpacketplayerblockplacement` - - `position`: [BlockPos](../globals/BlockPos.md) + - `position`: BlockPos - `placedBlockDirection`: Integer - `facingX`: Number - `facingY`: Number @@ -135,7 +135,7 @@ Events called by packets being sent to the server by the client. - `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`. - `sendpacketupdatesign` - - `pos`: [BlockPos](../globals/BlockPos.md) + - `pos`: BlockPos - `lines`: String[] [change-length] - `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`. @@ -150,7 +150,7 @@ Events called by packets being sent to the server by the client. - `sendpackettabcomplete` - `message`: String - - `targetBlock`: [BlockPos](../globals/BlockPos.md) + - `targetBlock`: BlockPos - `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`. - `sendpacketclientsettings`