Skip to content

Commit 785b721

Browse files
committed
fix
1 parent c7e8fdf commit 785b721

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/apidocs/events/ToServerEvents.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,23 @@ Events called by packets being sent to the server by the client.
9696
- `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`.
9797

9898
- `sendpacketplayerdigging`
99-
- `position`: [BlockPos](../globals/BlockPos.md)
99+
- `position`: BlockPos
100100
- `facing`: String
101101
- Can be one of: `UP`, `DOWN`, `NORTH`, `SOUTH`, `EAST`, `WEST`
102102
- `status`: String
103103
- Can be one of: `START_DESTROY_BLOCK`, `ABORT_DESTROY_BLOCK`, `STOP_DESTROY_BLOCK`, `DROP_ALL_ITEMS`, `DROP_ITEM` or `RELEASE_USE_ITEM`
104104
- `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`.
105105

106106
- `sendpacketplayerdigging`
107-
- `position`: [BlockPos](../globals/BlockPos.md)
107+
- `position`: BlockPos
108108
- `facing`: String
109109
- Can be one of: `UP`, `DOWN`, `NORTH`, `SOUTH`, `EAST`, `WEST`
110110
- `status`: String
111111
- Can be one of: `START_DESTROY_BLOCK`, `ABORT_DESTROY_BLOCK`, `STOP_DESTROY_BLOCK`, `DROP_ALL_ITEMS`, `DROP_ITEM` or `RELEASE_USE_ITEM`
112112
- `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`.
113113

114114
- `sendpacketplayerblockplacement`
115-
- `position`: [BlockPos](../globals/BlockPos.md)
115+
- `position`: BlockPos
116116
- `placedBlockDirection`: Integer
117117
- `facingX`: Number
118118
- `facingY`: Number
@@ -135,7 +135,7 @@ Events called by packets being sent to the server by the client.
135135
- `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`.
136136

137137
- `sendpacketupdatesign`
138-
- `pos`: [BlockPos](../globals/BlockPos.md)
138+
- `pos`: BlockPos
139139
- `lines`: String[] [change-length]
140140
- `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`.
141141

@@ -150,7 +150,7 @@ Events called by packets being sent to the server by the client.
150150

151151
- `sendpackettabcomplete`
152152
- `message`: String
153-
- `targetBlock`: [BlockPos](../globals/BlockPos.md)
153+
- `targetBlock`: BlockPos
154154
- `preventDefault`: Boolean representing whether or not to cancel processing the packet. Default is `false`.
155155

156156
- `sendpacketclientsettings`

0 commit comments

Comments
 (0)