0x43 S43PacketCamera
Sets the player's camera to spectate a specific entity (spectator mode teleport).
Fields
| Field | Type | Description |
|---|---|---|
| entityId | VarInt | Entity ID to spectate |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Entity ID | VarInt |
MCP References
MCP
NetHandlerPlayClient.handleCamera()Handler Interface
HND
INetHandlerPlayClientNotes
Only works in spectator mode. Used by servers when a player enters spectator and clicks on an entity. Freecam modules may use this to switch camera target. No module in the examined client sources directly targets this packet.
implementation Implementation Cases
Freecam
(Gugustus)
Detect camera entity change for spectator modules.
Spectator
(Gugustus)
Detect camera entity change for spectator modules.