Files
go-mc/bot/screen/events.go
蒟蒻 0958972953
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Go / Test (1.22) (push) Has been cancelled
Go / Test (^1.22) (push) Has been cancelled
1.21.8 data
2025-08-22 06:17:33 +08:00

10 lines
217 B
Go

package screen
import "github.com/Tnze/go-mc/chat"
type EventsListener struct {
Open func(id int, container_type int32, title chat.Message) error
SetSlot func(id, index int) error
Close func(id int) error
}