aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src')
-rw-r--r--azalea-entity/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs
index 6019261c..472ba29a 100644
--- a/azalea-entity/src/lib.rs
+++ b/azalea-entity/src/lib.rs
@@ -478,13 +478,6 @@ impl EntityBundle {
}
}
-/// A bundle of the components that are always present for a player.
-#[derive(Bundle)]
-pub struct PlayerBundle {
- pub entity: EntityBundle,
- pub metadata: metadata::PlayerMetadataBundle,
-}
-
/// A marker component that signifies that this entity is "local" and shouldn't
/// be updated by other clients.
///