public class Leave extends PartySubCommand
HELP, PREFIX| Constructor | Description | 
|---|---|
| Leave(java.util.List<java.lang.String> pCommands,
     int pPriority,
     java.lang.String pHelpText,
     java.lang.String pPermission) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | hasAccess(int pPermissionHeight) | |
| void | onCommand(OnlinePAFPlayer pPlayer,
         java.lang.String[] args) | Will be executed on /party leave | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisInParty, isPlayerGiven, sendErrorcompareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendErrorpublic Leave(java.util.List<java.lang.String> pCommands,
             int pPriority,
             java.lang.String pHelpText,
             java.lang.String pPermission)
public void onCommand(OnlinePAFPlayer pPlayer, java.lang.String[] args)
onCommand in class SubCommandpPlayer - The playerargs - The argumentspublic boolean hasAccess(int pPermissionHeight)
hasAccess in class PartySubCommand