Appearance
types.player_send_update_event
Called when the player sends an update packet
Properties
| Name | Description |
|---|---|
x | type: number The x position |
y | type: number The y position |
z | type: number The z position |
yaw | type: number The yaw rotation |
pitch | type: number The pitch rotation |
on_ground | type: boolean Whether the player is on the ground |
type | type: string The update type ("pre" or "post") |
