diff options
| author | mat <github@matdoes.dev> | 2022-06-17 18:09:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-17 18:09:34 -0500 |
| commit | 0a945e73ec43b3b0389e004e138c83f41cddc532 (patch) | |
| tree | ef28483d3b147946b546d8e897ef91acbec2d51b /azalea-protocol/src | |
| parent | d27d283686d2920d7a7c08087e2d5a39c63fae1c (diff) | |
| download | azalea-drasl-0a945e73ec43b3b0389e004e138c83f41cddc532.tar.xz | |
EntityPos
Diffstat (limited to 'azalea-protocol/src')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs b/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs index 8a8a713e..9ef7e05c 100644 --- a/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs @@ -3,6 +3,7 @@ use uuid::Uuid; #[derive(Clone, Debug, McBuf, GamePacket)] pub struct ClientboundAddEntityPacket { + /// The id of the entity. #[var] pub id: u32, pub uuid: Uuid, |
