0x44 S44PacketWorldBorder
Updates the world border (center, size, warning distance/buffer, damping).
Fields
| Field | Type | Description |
|---|---|---|
| action | VarInt Enum | 0=setSize, 1=lerpSize, 2=setCenter, 3=initialize, 4=setWarningTime, 5=setWarningBlocks |
| fields | varies | Action-dependent border parameters |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Action | VarInt | 0=size, 1=lerp, 2=center, 3=init, 4=warnTime, 5=warnBlocks |
| Per-Action Data | varies |
MCP References
MCP
NetHandlerPlayClient.handleWorldBorder()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
WorldBorder
Track world border for bypass modules.
AntiBorder
Track world border for bypass modules.