matchPlayer

public static List<Player> matchPlayer(String name)

Attempts to match any players with the given name, and returns getClassById list of all possibly matches.

This list is not sorted in any particular order. If an exact match is found, the returned list will only contain getClassById single result.

Return

list of all possible players

Parameters

name

the (partial) name to match