diff options
| author | mat <git@matdoes.dev> | 2026-03-21 13:07:23 +0700 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-23 05:14:23 +1000 |
| commit | cac25feb6c43793a84396ac4a19e90df19d1f235 (patch) | |
| tree | 0e78bb4e88b1c2d91a86cc3a278c9d2c2a944f14 /azalea/src/entity_ref | |
| parent | 88606d9ce9e13fcdd4ab5ce26e52630dee614c1e (diff) | |
| download | azalea-drasl-cac25feb6c43793a84396ac4a19e90df19d1f235.tar.xz | |
cleanup and slightly speed up is_block_state_standable
Diffstat (limited to 'azalea/src/entity_ref')
| -rw-r--r-- | azalea/src/entity_ref/shared_impls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/entity_ref/shared_impls.rs b/azalea/src/entity_ref/shared_impls.rs index 79396f56..ae3ef42a 100644 --- a/azalea/src/entity_ref/shared_impls.rs +++ b/azalea/src/entity_ref/shared_impls.rs @@ -118,7 +118,7 @@ impl_entity_functions! { /// /// This is a shortcut for `**self.component::<MinecraftEntityId>()`. EntityRef: - /// Get the Minecraft UUID of this entity. + /// Get the Minecraft ID of this entity. /// /// See [`MinecraftEntityId`] for more details. For persistent identifiers, /// consider using [`Self::uuid`] instead. |
