Class Add
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
de.simonsator.partyandfriends.friends.subcommands.Add
- All Implemented Interfaces:
 Comparable<SubCommand>
The command add
- 
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAFriendOf(OnlinePAFPlayer pPlayer, PAFPlayer pGivenPlayer) voidonCommand(OnlinePAFPlayer pPlayer, String[] args) Methods inherited from class de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
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
compareTo 
- 
Constructor Details
- 
Add
 
 - 
 - 
Method Details
- 
onCommand
- Specified by:
 onCommandin classSubCommand
 - 
isAFriendOf
- Overrides:
 isAFriendOfin classFriendSubCommand
 
 -