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