aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-09 13:14:20 -1100
committermat <git@matdoes.dev>2025-06-09 13:14:20 -1100
commit086f979a2895e7f15ec61e5704869a0cfc94d16f (patch)
treed5218a1b7df4524d913ba6605f40f5966dc3149b /azalea-client
parent40bcb62a777fca73a5b887af4d9a3fce01ee9053 (diff)
downloadazalea-drasl-086f979a2895e7f15ec61e5704869a0cfc94d16f.tar.xz
replace Client::get_open_container and view_container_or_inventory with get_inventory
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/tests/move_and_despawn_entity.rs2
1 files changed, 0 insertions, 2 deletions
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() {