See: Description
| Interface | Description |
|---|---|
| SimpleLog.LogListener |
This interface has to be able to register (via
SimpleLog.addListener(net.dv8tion.jda.core.utils.SimpleLog.LogListener)) and listen to log-messages. |
| Class | Description |
|---|---|
| Checks | |
| Helpers |
This class has major inspiration from Lang 3
|
| IOUtil | |
| MiscUtil | |
| NativeUtil |
This is taken directly from:
https://github.com/adamheinrich/native-utils
Credit to the original author: Adam Heinrich |
| PermissionUtil | |
| SimpleLog | |
| WidgetUtil |
The WidgetUtil is a class for interacting with various facets of Discord's
guild widgets
|
| WidgetUtil.Widget | |
| WidgetUtil.Widget.Member | |
| WidgetUtil.Widget.VoiceChannel | |
| WidgetUtil.Widget.VoiceState |
| Enum | Description |
|---|---|
| SimpleLog.Level |
Enum containing all the LOG-levels
|
| WidgetUtil.BannerType |
Represents the available banner types
Each of these has a different appearance: |
| WidgetUtil.WidgetTheme |
Represents the color scheme of the widget
These color themes match Discord's dark and light themes |
This contains the JDA logger implementation SimpleLog
Which is currently planned to be rewritten to be more end-user friendly.
List of utilities:
IOUtil
MiscUtil
NativeUtil
PermissionUtil
Permissions enum,
used to check whether a certain entity has case-by-case permissionsWidgetUtil
Widget
for a specified Guild. (by id)