Uses of Class
com.jtelegram.api.commands.Command
-
Packages that use Command Package Description com.jtelegram.api.commands com.jtelegram.api.commands.filters -
-
Uses of Command in com.jtelegram.api.commands
Methods in com.jtelegram.api.commands with parameters of type Command Modifier and Type Method Description voidCommandHandler. onCommand(TextMessageEvent event, Command command)Runs this command.default booleanCommandHandler. test(TextMessageEvent event, Command command) -
Uses of Command in com.jtelegram.api.commands.filters
Methods in com.jtelegram.api.commands.filters with parameters of type Command Modifier and Type Method Description protected abstract booleanAbstractCommandFilter. preTest(TextMessageEvent event, Command command)protected booleanChatTypeFilter. preTest(TextMessageEvent event, Command command)protected booleanMentionFilter. preTest(TextMessageEvent event, Command command)protected booleanRegexFilter. preTest(TextMessageEvent event, Command command)protected booleanRootFilter. preTest(TextMessageEvent event, Command command)protected booleanTextFilter. preTest(TextMessageEvent event, Command command)booleanAbstractCommandFilter. test(TextMessageEvent event, Command command)booleanCommandFilter. test(TextMessageEvent event, Command command)Checks to see if the given event and command test to betrueaccording to this filter.
-