java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.clan.api.abstractcommands.clanadmin.ClanAdminSubCommand
de.simonsator.partyandfriends.clan.commands.clanadmin.subcommands.Delete
All Implemented Interfaces:
Comparable<de.simonsator.partyandfriends.utilities.SubCommand>

public class Delete extends ClanAdminSubCommand
  • Field Summary

    Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand

    HELP, PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    Delete(String[] pCommands, String pPrefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCommand(net.md_5.bungee.api.CommandSender sender, String[] args)
     

    Methods inherited from class de.simonsator.partyandfriends.clan.api.abstractcommands.clanadmin.ClanAdminSubCommand

    enoughArguments, getClan, onCommand

    Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand

    compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError, sendError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Delete

      public Delete(String[] pCommands, String pPrefix)
  • Method Details