Skip navigation links
Packages 
Package Description
com.jagrosh.jdautilities.command
Items in this package pertain to the CommandClient and Commands.
com.jagrosh.jdautilities.command.annotation  
com.jagrosh.jdautilities.command.impl  
com.jagrosh.jdautilities.commons
Common package for all package for all utilities, used both internally and available for developer usage outside of the extension library.
com.jagrosh.jdautilities.commons.utils  
com.jagrosh.jdautilities.commons.waiter  
com.jagrosh.jdautilities.doc
Items in this package pertain to the DocGenerator.
com.jagrosh.jdautilities.doc.standard  
com.jagrosh.jdautilities.examples.command  
com.jagrosh.jdautilities.examples.doc  
com.jagrosh.jdautilities.menu
Menus package.
Contains the Menu class and all standard implementations of it: ButtonMenu
A menu where users select a choice via "reaction-buttons". OrderedMenu
A menu with 1 - 10 ordered items, each with their own reaction to choose them with. Paginator
A menu that paginates a number of items across a number of pages and uses reactions to traverse between them. SelectionDialog
A menu that orders choices and uses a indicator and reactions to choose one of the choices. Slideshow
A menu similar to the Paginator that displays a picture on each page. All menus also come with an implementation of a Menu.Builder as a static inner class of the corresponding Menu implementation, which are the main entryway to create said implementations for usage.
Skip navigation links