Files
minego/pkg/protocol/packet/game/client/set_default_spawn_position.go
2025-12-05 16:47:53 +08:00

12 lines
228 B
Go

package client
import pk "git.konjactw.dev/falloutBot/go-mc/net/packet"
//codec:gen
type SetDefaultSpawnPosition struct {
DimensionName pk.Identifier
Location pk.Position
Yaw float32
Pitch float32
}