Hierarchy For All Packages
Package Hierarchies:- tk.booky.jdahelper.api,
- tk.booky.jdahelper.api.commands,
- tk.booky.jdahelper.api.config,
- tk.booky.jdahelper.api.event,
- tk.booky.jdahelper.api.events,
- tk.booky.jdahelper.api.exceptions,
- tk.booky.jdahelper.api.exceptions.api,
- tk.booky.jdahelper.api.exceptions.bot,
- tk.booky.jdahelper.api.exceptions.config,
- tk.booky.jdahelper.api.exceptions.events,
- tk.booky.jdahelper.api.manager,
- tk.booky.jdahelper.api.provider,
- tk.booky.jdahelper.api.utils,
- tk.booky.jdahelper.internal.events,
- tk.booky.jdahelper.internal.fallback,
- tk.booky.jdahelper.internal.manager
Class Hierarchy
- java.lang.Object
- tk.booky.jdahelper.api.AbstractJDAMain
- tk.booky.jdahelper.api.commands.Command
- tk.booky.jdahelper.internal.manager.CommandManager (implements tk.booky.jdahelper.api.manager.ICommandManager)
- tk.booky.jdahelper.internal.manager.ConfigurationManager (implements tk.booky.jdahelper.api.manager.IConfigurationManager)
- net.dv8tion.jda.api.events.Event (implements net.dv8tion.jda.api.events.GenericEvent)
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
- net.dv8tion.jda.api.events.message.guild.GenericGuildMessageEvent
- net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent
- tk.booky.jdahelper.api.events.GuildCommandReceivedEvent
- net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent
- net.dv8tion.jda.api.events.message.guild.GenericGuildMessageEvent
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
- tk.booky.jdahelper.internal.manager.EventManager (implements tk.booky.jdahelper.api.manager.IEventManager)
- tk.booky.jdahelper.internal.fallback.FallbackHelpTranslation (implements tk.booky.jdahelper.api.commands.IHelpTranslation)
- tk.booky.jdahelper.internal.fallback.FallbackLanguageProvider (implements tk.booky.jdahelper.api.provider.ILanguageProvider)
- tk.booky.jdahelper.internal.manager.ImplementationManager (implements tk.booky.jdahelper.api.manager.IImplementationManager)
- tk.booky.jdahelper.api.utils.JDAHelper
- tk.booky.jdahelper.api.config.JsonConfiguration (implements tk.booky.jdahelper.api.IConfiguration<T>)
- tk.booky.jdahelper.api.config.JsonConfigurationProvider (implements tk.booky.jdahelper.api.provider.IConfigurationProvider)
- tk.booky.jdahelper.internal.manager.LanguageManager (implements tk.booky.jdahelper.api.manager.ILanguageManager)
- net.dv8tion.jda.api.hooks.ListenerAdapter (implements net.dv8tion.jda.api.hooks.EventListener)
- tk.booky.jdahelper.internal.events.Listener
- tk.booky.jdahelper.api.utils.Pair<K,V>
- tk.booky.jdahelper.internal.events.PriorityComparator (implements java.util.Comparator<T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- tk.booky.jdahelper.api.exceptions.JDAException
- tk.booky.jdahelper.api.exceptions.bot.AlreadyStartedException
- tk.booky.jdahelper.api.exceptions.api.CommandException
- tk.booky.jdahelper.api.exceptions.config.ConfigReadException
- tk.booky.jdahelper.api.exceptions.config.ConfigWriteException
- tk.booky.jdahelper.api.exceptions.events.EventException
- tk.booky.jdahelper.api.exceptions.config.FileNotDirectoryException
- tk.booky.jdahelper.api.exceptions.api.ImplementationNotFoundException
- tk.booky.jdahelper.api.exceptions.events.ListenerRegisterException
- tk.booky.jdahelper.api.exceptions.events.NoAnnotationException
- tk.booky.jdahelper.api.exceptions.bot.NotStartedException
- tk.booky.jdahelper.api.exceptions.config.ProviderInitException
- tk.booky.jdahelper.api.exceptions.bot.StartException
- tk.booky.jdahelper.api.exceptions.config.WrongImplementationException
- tk.booky.jdahelper.api.exceptions.JDAException
- java.lang.IllegalStateException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- tk.booky.jdahelper.api.commands.CommandExecutor
- tk.booky.jdahelper.api.manager.ICommandManager
- tk.booky.jdahelper.api.IConfiguration<T>
- tk.booky.jdahelper.api.manager.IConfigurationManager
- tk.booky.jdahelper.api.provider.IConfigurationProvider
- tk.booky.jdahelper.api.manager.IEventManager
- tk.booky.jdahelper.api.commands.IHelpTranslation
- tk.booky.jdahelper.api.manager.IImplementationManager
- tk.booky.jdahelper.api.manager.ILanguageManager
- tk.booky.jdahelper.api.provider.ILanguageProvider
- tk.booky.jdahelper.api.event.IListener
Annotation Type Hierarchy
- tk.booky.jdahelper.api.event.HandleEvent (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- tk.booky.jdahelper.api.event.EventPriority
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)