Add entity information

This commit is contained in:
Tom
2020-09-17 13:05:37 -07:00
parent 8ecf08fa50
commit 0a6e72a046
4 changed files with 408 additions and 6 deletions

View File

@ -7,7 +7,7 @@ type SpawnEntity struct {
ID pk.VarInt
UUID pk.UUID
Type pk.VarInt
X, Y, Z pk.Int
X, Y, Z pk.Double
Pitch, Yaw pk.Angle
Data pk.Int
VelX, VelY, VelZ pk.Short