Support disguised chat

This commit is contained in:
Tnze
2023-01-01 18:50:39 +08:00
parent bb98d90db3
commit 88356fd576
3 changed files with 37 additions and 10 deletions

View File

@ -4,4 +4,5 @@ import "github.com/Tnze/go-mc/chat"
type EventsHandler struct {
PlayerChatMessage func(msg chat.Message, validated bool) error
DisguisedChat func(msg chat.Message) error
}