From d5fa5e32b37754b3b5c136e58821e48cd3b7c2ff Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:51:30 -0600 Subject: Rename Instance to World (#304) --- azalea/src/entity_ref/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src/entity_ref/mod.rs') diff --git a/azalea/src/entity_ref/mod.rs b/azalea/src/entity_ref/mod.rs index d604fe00..e09852c1 100644 --- a/azalea/src/entity_ref/mod.rs +++ b/azalea/src/entity_ref/mod.rs @@ -57,9 +57,9 @@ impl EntityRef { /// # Examples /// /// ``` - /// # use azalea_world::InstanceName; + /// # use azalea_world::WorldName; /// # fn example(client: &azalea::Client) { - /// let world_name = client.component::(); + /// let world_name = client.component::(); /// # } pub fn component(&self) -> MappedRwLockReadGuard<'_, T> { self.client.entity_component(self.entity) -- cgit v1.2.3