1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

get rid of worldhaver

it's not even used
This commit is contained in:
Ubuntu 2022-12-12 15:24:39 +00:00
parent 4c35a25dd4
commit 1b99803b21

View file

@ -4,11 +4,6 @@ use azalea_core::GameType;
use azalea_world::PartialWorld;
use uuid::Uuid;
/// Something that has a world associated to it. this is usually a `Client`.
pub trait WorldHaver {
fn world(&self) -> &PartialWorld;
}
/// A player in the tab list.
#[derive(Debug, Clone)]
pub struct PlayerInfo {