1.21.6 Clientbound PlayState Packets
This commit is contained in:
11
codec/packet/game/client/show_dialog.go
Normal file
11
codec/packet/game/client/show_dialog.go
Normal file
@ -0,0 +1,11 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"github.com/Tnze/go-mc/nbt"
|
||||
)
|
||||
|
||||
type ShowDialog struct {
|
||||
DialogID int32 `mc:"VarInt"`
|
||||
//opt:id:DialogID
|
||||
DialogData nbt.RawMessage `mc:"NBT"`
|
||||
}
|
Reference in New Issue
Block a user