pub type PickableEntityQuery<'world, 'state, 'a> = Query<'world, 'state, Option<&'a ArmorStandMarker>, (Without<Dead>, Without<Marker>, Without<LocalEntity>)>;
Aliased Typeยง
pub struct PickableEntityQuery<'world, 'state, 'a> { /* private fields */ }