Type Alias EntityUpdateQuery
pub type EntityUpdateQuery<'world, 'state, 'a> = Query<'world, 'state, (&'a MinecraftEntityId, Option<&'a UpdatesReceived>, Option<&'a LocalEntity>)>;Aliased Typeยง
pub struct EntityUpdateQuery<'world, 'state, 'a> { /* private fields */ }