Class Info
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.party.abstractcommands.PartySubCommand
de.simonsator.partyandfriends.party.subcommand.Info
- All Implemented Interfaces:
 Comparable<SubCommand>
This class will be executed on /party list
- 
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanhasAccess(int pPermissionHeight) voidonCommand(OnlinePAFPlayer pPlayer, String[] args) This method will be executed on /party listMethods inherited from class de.simonsator.partyandfriends.api.party.abstractcommands.PartySubCommand
hasAccess, isInParty, isPlayerGiven, sendErrorMethods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError 
- 
Constructor Details
- 
Info
 
 - 
 - 
Method Details
- 
onCommand
This method will be executed on /party list- Specified by:
 onCommandin classSubCommand- Parameters:
 pPlayer- The playerargs- The arguments
 - 
hasAccess
public boolean hasAccess(int pPermissionHeight) - Overrides:
 hasAccessin classPartySubCommand
 
 -