1.21.8 data
This commit is contained in:
9
bot/screen/events.go
Normal file
9
bot/screen/events.go
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user