From cac25feb6c43793a84396ac4a19e90df19d1f235 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Mar 2026 13:07:23 +0700 Subject: cleanup and slightly speed up is_block_state_standable --- azalea/src/entity_ref/shared_impls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/entity_ref/shared_impls.rs') 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::()`. 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. -- cgit v1.2.3