Skip to main content

parse_entity_selector

Function parse_entity_selector 

Source
pub(crate) fn parse_entity_selector<S>(
    reader: &mut StringReader<'_>,
    source: &S,
    single: bool,
    players_only: bool,
) -> Result<EntitySelector, CommandSyntaxError>