Class FriendList
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
de.simonsator.partyandfriends.friends.subcommands.FriendList
- All Implemented Interfaces:
PageCreator<PlayerListElement>,Comparable<SubCommand>
The command list
-
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionFriendList(List<String> pCommands, int pPriority, String pHelp, String pPermission) -
Method Summary
Modifier and TypeMethodDescriptionvoidonCommand(OnlinePAFPlayer pPlayer, String[] args) voidregisterTextReplacer(TextReplacer pTextReplacer) voidunregisterTextReplacer(TextReplacer pTextReplacer) Methods inherited from class de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
isAFriendOf, isAFriendOf, isPlayerGiven, sendErrorMethods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.simonsator.partyandfriends.api.pagesmanager.PageCreator
createPage
-
Constructor Details
-
FriendList
-
-
Method Details
-
onCommand
- Specified by:
onCommandin classSubCommand
-
registerTextReplacer
-
unregisterTextReplacer
-