Type Alias MaybePickableEntityQuery
pub type MaybePickableEntityQuery<'world, 'state, 'a> = Query<'world, 'state, (Option<&'a ArmorStandMarker>, Option<&'a InGround>), (Or<((With<Tnt>, Without<Dead>), (With<FallingBlock>, Without<Dead>), (With<AbstractMinecart>, Without<Dead>), (With<AbstractBoat>, Without<Dead>), With<ArmorStand>, With<EndCrystal>, With<Interaction>, With<ShulkerBullet>, (With<AbstractLiving>, Without<Dead>), With<AbstractArrow>)>,)>;
pub struct MaybePickableEntityQuery<'world, 'state, 'a> { }