aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2023-02-07 20:30:47 +0000
committerUbuntu <github@matdoes.dev>2023-02-07 20:30:53 +0000
commitaa886c101b398f52372df6054c00f9387428cac6 (patch)
treed95dee23fe28637fc0ca1a5eb49943adc84afe2f /azalea-physics/src
parentd51b2a29b2911e4be480727e56553fa27cfbfce0 (diff)
downloadazalea-drasl-aa886c101b398f52372df6054c00f9387428cac6.tar.xz
move az_world::entity_info to az_world::entities::info
Diffstat (limited to 'azalea-physics/src')
-rw-r--r--azalea-physics/src/lib.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs
index 96bebd1a..35841d77 100644
--- a/azalea-physics/src/lib.rs
+++ b/azalea-physics/src/lib.rs
@@ -16,9 +16,10 @@ use azalea_ecs::{
};
use azalea_world::{
entity::{
- metadata::Sprinting, move_relative, Attributes, Jumping, Physics, Position, WorldName,
+ metadata::Sprinting, move_relative, Attributes, Jumping, Local, Physics, Position,
+ WorldName,
},
- Local, World, WorldContainer,
+ World, WorldContainer,
};
use collision::{move_colliding, MoverType};
@@ -310,8 +311,8 @@ mod tests {
use azalea_core::{ChunkPos, ResourceLocation};
use azalea_ecs::{app::App, TickPlugin};
use azalea_world::{
- entity::{EntityBundle, MinecraftEntityId},
- Chunk, EntityPlugin, PartialWorld,
+ entity::{EntityBundle, EntityPlugin, MinecraftEntityId},
+ Chunk, PartialWorld,
};
use uuid::Uuid;