1.21.6 Clientbound PlayState Packets
This commit is contained in:
9
codec/packet/game/client/set_player_inventory.go
Normal file
9
codec/packet/game/client/set_player_inventory.go
Normal file
@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/slot"
|
||||
|
||||
//codec:gen
|
||||
type SetPlayerInventory struct {
|
||||
Slot int32 `mc:"VarInt"`
|
||||
Data slot.Slot
|
||||
}
|
Reference in New Issue
Block a user