0x33 S33PacketUpdateSign
Updates a sign's text for all nearby players.
Fields
| Field | Type | Description |
|---|---|---|
| pos | BlockPos | Sign position |
| lines | IChatComponent[4] | 4 lines of text |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Block Position | BlockPos (long) | |
| Line 1 | Chat Component (JSON) | |
| Line 2 | Chat Component (JSON) | |
| Line 3 | Chat Component (JSON) | |
| Line 4 | Chat Component (JSON) |
MCP References
MCP
NetHandlerPlayClient.handleUpdateSign()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
AutoSign
Read sign text from server.
SignScanner
Read sign text from server.