Package com.earth2me.essentials
Class PlayerList
java.lang.Object
com.earth2me.essentials.PlayerList
-
Method Summary
Modifier and TypeMethodDescriptiongetMergedList
(IEssentials ess, Map<String, List<User>> playerList, String groupName) getPlayerLists
(IEssentials ess, IUser sender, boolean showHidden) static String
listGroupUsers
(IEssentials ess, Map<String, List<User>> playerList, String groupName) static String
listSummary
(IEssentials ess, User user, boolean showHidden) static String
listUsers
(IEssentials ess, List<User> users, String seperator) static String
outputFormat
(String group, String message) prepareGroupedList
(IEssentials ess, CommandSource source, String commandLabel, Map<String, List<User>> playerList)
-
Method Details
-
listUsers
-
listSummary
-
getPlayerLists
-
getMergedList
-
listGroupUsers
public static String listGroupUsers(IEssentials ess, Map<String, List<User>> playerList, String groupName) throws Exception- Throws:
Exception
-
outputFormat
-
prepareGroupedList
public static List<String> prepareGroupedList(IEssentials ess, CommandSource source, String commandLabel, Map<String, List<User>> playerList)
-