1.21.6 Clientbound PlayState Packets
This commit is contained in:
8
codec/packet/game/client/set_time.go
Normal file
8
codec/packet/game/client/set_time.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SetTime struct {
|
||||
WorldAge int64
|
||||
TimeOfDay int64
|
||||
TimeOfDayIncreasing bool
|
||||
}
|
Reference in New Issue
Block a user