Initialize Commit

This commit is contained in:
2025-06-19 15:01:07 +08:00
commit e40ed2e534
164 changed files with 19741 additions and 0 deletions

View File

@ -0,0 +1,11 @@
package client
//codec:gen
type InitializeWorldBorder struct {
X, Z float64
OldDiameter, NewDiameter float64
Speed int64 `mc:"VarLong"`
PortalTeleportBoundary int32 `mc:"VarInt"`
WarningBlocks int32 `mc:"VarInt"`
WarningTime int32 `mc:"VarInt"`
}