7 lines
142 B
Go
7 lines
142 B
Go
package client
|
|
|
|
type SetEntityVelocity struct {
|
|
EntityID int32 `mc:"VarInt"`
|
|
VelocityX, VelocityY, VelocityZ int16
|
|
}
|