diff options
| author | mat <git@matdoes.dev> | 2023-11-12 17:13:43 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-12 17:13:43 -0600 |
| commit | 03cc28d8e71ed969b21a0824a93dd8e2671e3178 (patch) | |
| tree | 88cd604d8fe54d4c79f6cb67ab8b6a2872529a49 /azalea-world/src | |
| parent | 3d22b5b91cf8ea790e98273d114f26589e8280ae (diff) | |
| download | azalea-drasl-03cc28d8e71ed969b21a0824a93dd8e2671e3178.tar.xz | |
improve docs a bit
Diffstat (limited to 'azalea-world/src')
| -rw-r--r-- | azalea-world/src/world.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-world/src/world.rs b/azalea-world/src/world.rs index 63e1d770..a41b2530 100644 --- a/azalea-world/src/world.rs +++ b/azalea-world/src/world.rs @@ -36,6 +36,8 @@ impl PartialInstance { /// An entity ID used by Minecraft. These are not guaranteed to be unique in /// shared worlds, that's what [`Entity`] is for. +/// +/// [`Entity`]: bevy_ecs::entity::Entity #[derive(Component, Copy, Clone, Debug, PartialEq, Eq, Deref, DerefMut)] pub struct MinecraftEntityId(pub u32); |
