Class RequestReactionsCommands
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.RequestReactionsCommands
- All Implemented Interfaces:
Comparable<SubCommand>
-
Field Summary
FieldsFields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRequestReactionsCommands(String[] pCommands, int pPriority, String pHelp) protectedRequestReactionsCommands(List<String> pCommands, int pPriority, String pHelp, String pPermission) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanhasNoRequest(OnlinePAFPlayer pPlayer, PAFPlayer pQueryPlayer) 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, 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
-
Field Details
-
PLAYER_MATCHER
-
-
Constructor Details
-
RequestReactionsCommands
-
RequestReactionsCommands
-
-
Method Details
-
hasNoRequest
-