Files
go-mc/data/sound/sound.go
2025-06-16 12:46:46 +08:00

13 lines
204 B
Go

package sound
type Sound interface {
sound()
ID() string
}
// This file stores all possible block states into a TAG_List with gzip compressed.
//
//go:generate go run ./generator/main.go
type ID int