Uses of Interface
io.github.unknowncoder56.javaslc.CommandListener
-
Uses of CommandListener in io.github.unknowncoder56.javaslc
Methods in io.github.unknowncoder56.javaslc that return types with arguments of type CommandListenerModifier and TypeMethodDescriptionBot.getCommandListeners()Gets the list ofCommandListeners of the bot.Methods in io.github.unknowncoder56.javaslc with parameters of type CommandListenerModifier and TypeMethodDescriptionvoidBot.addCommandListener(CommandListener commandListener) Adds aCommandListenerto the bot.BotBuilder.addCommandListener(CommandListener commandListener) Adds a command listener.