home / bedrock274 / play / move-entity-delta
Move entity delta
Encode/decode this packet in Sandbox
Id: 111
Id (hex): 6F
Id (bin): 01101111
Clientbound: ✔️
Serverbound: ✖️
Fields
| Name | Type | When |
|---|---|---|
| flags | ubyte | |
| x diff | varint | (flags & 1) is not equal to 0 |
| y diff | varint | (flags & 2) is not equal to 0 |
| z diff | varint | (flags & 4) is not equal to 0 |
| x rot | byte | (flags & 8) is not equal to 0 |
| y rot | byte | (flags & 16) is not equal to 0 |
| z rot | byte | (flags & 32) is not equal to 0 |
flags
Constants:
| Name | Value |
|---|---|
| has diff x | 1 |
| has diff y | 2 |
| has diff z | 4 |
| has rot x | 8 |
| has rot y | 16 |
| has rot z | 32 |