package client type SetEntityVelocity struct { EntityID int32 `mc:"VarInt"` VelocityX, VelocityY, VelocityZ int16 }