Class FriendSubCommand
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
- All Implemented Interfaces:
 Comparable<SubCommand>
- Direct Known Subclasses:
 Add,FriendList,Jump,Message,Remove,RequestReactionsCommands,Settings
- 
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFriendSubCommand(String[] pCommands, int pPriority, String pHelp) protectedFriendSubCommand(List<String> pCommands, int pPriority, String pHelp, String pPermission)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAFriendOf(OnlinePAFPlayer pPlayer, PAFPlayer pGivenPlayer) Deprecated.protected booleanisAFriendOf(OnlinePAFPlayer pPlayer, PAFPlayer pGivenPlayer, String[] args) protected booleanisPlayerGiven(OnlinePAFPlayer pPlayer, String[] args) voidsendError(OnlinePAFPlayer pPlayer, net.md_5.bungee.api.chat.TextComponent pMessage) Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, onCommand, 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
compareTo 
- 
Constructor Details
- 
FriendSubCommand
 - 
FriendSubCommand
 
 - 
 - 
Method Details
- 
isPlayerGiven
 - 
isAFriendOf
 - 
isAFriendOf
Deprecated. - 
sendError
- Overrides:
 sendErrorin classSubCommand
 
 -