Class PartyInviteSettingSubCommand
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.party.abstractcommands.PartySubCommand
de.simonsator.partyandfriends.party.subcommand.PartyInviteSettingSubCommand
- All Implemented Interfaces:
Comparable<SubCommand>
-
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX
-
Constructor Summary
ConstructorDescriptionPartyInviteSettingSubCommand
(List<String> pCommands, int pPriority, String pHelpText, String pPermission) -
Method Summary
Methods inherited from class de.simonsator.partyandfriends.api.party.abstractcommands.PartySubCommand
hasAccess, hasAccess, isInParty, isPlayerGiven, sendError
Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError
-
Constructor Details
-
PartyInviteSettingSubCommand
-
-
Method Details
-
onCommand
- Specified by:
onCommand
in classSubCommand
-