From 086f979a2895e7f15ec61e5704869a0cfc94d16f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 9 Jun 2025 13:14:20 -1100 Subject: replace Client::get_open_container and view_container_or_inventory with get_inventory --- azalea-client/tests/move_and_despawn_entity.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea-client') diff --git a/azalea-client/tests/move_and_despawn_entity.rs b/azalea-client/tests/move_and_despawn_entity.rs index 09d901bc..d8298ff2 100644 --- a/azalea-client/tests/move_and_despawn_entity.rs +++ b/azalea-client/tests/move_and_despawn_entity.rs @@ -3,7 +3,6 @@ use azalea_core::{ position::{ChunkPos, Vec3}, resource_location::ResourceLocation, }; -use azalea_entity::metadata::Cow; use azalea_protocol::{ common::movements::{PositionMoveRotation, RelativeMovements}, packets::{ @@ -13,7 +12,6 @@ use azalea_protocol::{ }; use azalea_registry::{DataRegistry, DimensionType, EntityKind}; use azalea_world::MinecraftEntityId; -use bevy_ecs::query::With; #[test] fn test_move_and_despawn_entity() { -- cgit v1.2.3