1.21.6 Clientbound PlayState Packets
This commit is contained in:
8
codec/packet/game/client/select_advancements_tab.go
Normal file
8
codec/packet/game/client/select_advancements_tab.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SelectAdvancementsTab struct {
|
||||
HasIdentifier bool
|
||||
//opt:optional:HasIdentifier
|
||||
Identifier string `mc:"Identifier"`
|
||||
}
|
Reference in New Issue
Block a user