Lift Level
This packet is sent when the player presses up or down. Requires the player to have a lift placed in the world, otherwise no packet is sent.
- ID: 0x34 (52)
- Size: 8
- LZ4 Compressed: Yes
- State: Playing
- Bound To: Client -> Server
Structure
Offset | Field Name | Field Type | Notes |
---|---|---|---|
0x00 | Lift ID | be u32 | The ID of the lift to change the level of. IDs of lifts placed by other players are accepted, IDs of non-existant lifts are ignored. |
0x04 | Level Change | be s32 | The amount of blocks to change the lift level by. Positive values to rise the lift, negative values to lower the lift. The lift will try to change the level by the full amount specified, and will ignore other Lift Level packets while moving. Only when the lift is not changing its level (by having reached its target height, minimum height or maximum height), it will accept new Lift Level packets. |