aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 18:09:34 -0500
committermat <github@matdoes.dev>2022-06-17 18:09:34 -0500
commit0a945e73ec43b3b0389e004e138c83f41cddc532 (patch)
treeef28483d3b147946b546d8e897ef91acbec2d51b /azalea-protocol/src
parentd27d283686d2920d7a7c08087e2d5a39c63fae1c (diff)
downloadazalea-drasl-0a945e73ec43b3b0389e004e138c83f41cddc532.tar.xz
EntityPos
Diffstat (limited to 'azalea-protocol/src')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_add_entity_packet.rs1
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,