Uses of Class
com.booksaw.betterTeams.commands.ParentCommand
Packages that use ParentCommand
Package
Description
-
Uses of ParentCommand in com.booksaw.betterTeams.commands
Subclasses of ParentCommand in com.booksaw.betterTeams.commandsMethods in com.booksaw.betterTeams.commands with parameters of type ParentCommandModifier and TypeMethodDescriptionSubCommand.getArgMessage
(ParentCommand parent) This method is used to load the help message from the file, or if there is not one, it will get the default messageSubCommand.getCommandAndArgMessage
(ParentCommand parent) SubCommand.getHelpMessage
(ParentCommand parent) This method is used to load the help message from the file, or if there is not one, it will get the default messageConstructors in com.booksaw.betterTeams.commands with parameters of type ParentCommand -
Uses of ParentCommand in com.booksaw.betterTeams.commands.team
Constructors in com.booksaw.betterTeams.commands.team with parameters of type ParentCommandModifierConstructorDescriptionAllyChatCommand
(ParentCommand parentCommand) ChatCommand
(ParentCommand parentCommand) CreateCommand
(ParentCommand parentCommand) DepositCommand
(ParentCommand parentCommand) InfoCommand
(ParentCommand parentCommand) WithdrawCommand
(ParentCommand parentCommand) -
Uses of ParentCommand in com.booksaw.betterTeams.commands.teama
Constructors in com.booksaw.betterTeams.commands.teama with parameters of type ParentCommandModifierConstructorDescriptionSetrankTeama
(ParentCommand parentCommand) TeleportTeama
(ParentCommand parentCommand) -
Uses of ParentCommand in com.booksaw.betterTeams.message
Constructors in com.booksaw.betterTeams.message with parameters of type ParentCommandModifierConstructorDescriptionHelpMessage
(SubCommand command, String label, ParentCommand parent)