Class AdminSubCommand
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.AdminSubCommand
- All Implemented Interfaces:
Comparable<SubCommand>
- Direct Known Subclasses:
DeletePlayerAdminSubCommand
-
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX
-
Constructor Summary
ModifierConstructorDescriptionprotected
AdminSubCommand
(String[] pCommands, int pPriority, String pHelp, String pPrefix) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCommand
(OnlinePAFPlayer ignored, String[] ignored2) Ignoredabstract void
void
void
sendError
(net.md_5.bungee.api.CommandSender pCommandSender, net.md_5.bungee.api.chat.TextComponent pMessage) Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError, sendError
-
Constructor Details
-
AdminSubCommand
-
-
Method Details
-
onCommand
-
onCommand
Ignored- Specified by:
onCommand
in classSubCommand
- Parameters:
ignored
- Ignoredignored2
- Ignored
-
sendError
public void sendError(net.md_5.bungee.api.CommandSender pCommandSender, net.md_5.bungee.api.chat.TextComponent pMessage) -
sendError
-