feat: 1.21.11 codecs
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package client
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/pkg/protocol"
|
||||
|
||||
//codec:gen
|
||||
type SetEntityVelocity struct {
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
VelocityX, VelocityY, VelocityZ int16
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
Velocity protocol.LpVec3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user