Hierarchy For All Packages
Package Hierarchies:- top.focess.qq,
- top.focess.qq.api.bot,
- top.focess.qq.api.bot.contact,
- top.focess.qq.api.bot.message,
- top.focess.qq.api.command,
- top.focess.qq.api.command.converter,
- top.focess.qq.api.command.data,
- top.focess.qq.api.event,
- top.focess.qq.api.event.bot,
- top.focess.qq.api.event.chat,
- top.focess.qq.api.event.command,
- top.focess.qq.api.event.message,
- top.focess.qq.api.event.plugin,
- top.focess.qq.api.event.recall,
- top.focess.qq.api.event.request,
- top.focess.qq.api.event.server,
- top.focess.qq.api.net,
- top.focess.qq.api.plugin,
- top.focess.qq.api.scheduler,
- top.focess.qq.api.util,
- top.focess.qq.api.util.config,
- top.focess.qq.api.util.logger,
- top.focess.qq.api.util.network,
- top.focess.qq.api.util.session
Class Hierarchy
- java.lang.Object
- top.focess.qq.api.net.ClientReceiver
- top.focess.qq.api.command.Command
- top.focess.qq.api.command.CommandLine
- top.focess.command.CommandSender
- top.focess.qq.api.command.CommandSender
- top.focess.qq.api.util.config.Config
- top.focess.qq.api.util.config.DefaultConfig
- top.focess.qq.api.util.config.LangConfig
- top.focess.command.data.DataBuffer<T>
- top.focess.qq.api.command.data.CommandBuffer
- top.focess.qq.api.command.data.PermissionBuffer
- top.focess.qq.api.command.data.PluginBuffer
- top.focess.qq.api.command.DataCollection
- top.focess.command.DataConverter<T>
- top.focess.command.converter.ExceptionDataConverter<T>
- top.focess.qq.api.command.converter.PermissionDataConverter
- top.focess.command.converter.NullDataConverter<T>
- top.focess.qq.api.command.converter.CommandDataConverter
- top.focess.qq.api.command.converter.PluginDataConverter
- top.focess.command.converter.ExceptionDataConverter<T>
- top.focess.qq.api.event.Event (implements java.io.Serializable)
- top.focess.qq.api.event.bot.BotEvent
- top.focess.qq.api.event.bot.BotLoginEvent
- top.focess.qq.api.event.bot.BotLogoutEvent
- top.focess.qq.api.event.bot.BotPreSendMessageEvent
- top.focess.qq.api.event.bot.BotReloginEvent
- top.focess.qq.api.event.bot.BotSendMessageEvent
- top.focess.qq.api.event.chat.ChatEvent
- top.focess.qq.api.event.chat.FriendChatEvent
- top.focess.qq.api.event.chat.GroupChatEvent
- top.focess.qq.api.event.chat.StrangerChatEvent
- top.focess.qq.api.event.bot.FriendInputStatusEvent
- top.focess.qq.api.event.recall.FriendRecallEvent
- top.focess.qq.api.event.request.FriendRequestEvent
- top.focess.qq.api.event.recall.GroupRecallEvent
- top.focess.qq.api.event.request.GroupRequestEvent
- top.focess.qq.api.event.message.MessageEvent
- top.focess.qq.api.event.message.FriendMessageEvent
- top.focess.qq.api.event.message.GroupMessageEvent
- top.focess.qq.api.event.message.StrangerMessageEvent
- top.focess.qq.api.event.command.CommandExecutedEvent
- top.focess.qq.api.event.command.CommandPrepostEvent (implements top.focess.qq.api.event.Cancellable)
- top.focess.qq.api.event.chat.ConsoleChatEvent
- top.focess.qq.api.event.message.ConsoleMessageEvent
- top.focess.qq.api.event.plugin.PluginEvent
- top.focess.qq.api.event.plugin.PluginLoadEvent
- top.focess.qq.api.event.plugin.PluginUnloadEvent
- top.focess.qq.api.event.server.ServerStartEvent
- top.focess.qq.api.event.server.ServerStopEvent
- top.focess.qq.api.event.bot.BotEvent
- top.focess.qq.api.event.EventManager
- top.focess.qq.api.util.logger.FocessLogger
- top.focess.qq.FocessQQ
- top.focess.command.IOHandler
- top.focess.qq.api.util.IOHandler
- top.focess.qq.api.event.ListenerHandler
- top.focess.qq.api.bot.message.MessageSource
- top.focess.qq.api.util.network.NetworkHandler
- top.focess.qq.api.plugin.Plugin (implements top.focess.util.serialize.FocessSerializable)
- top.focess.qq.FocessQQ.MainPlugin
- top.focess.qq.api.plugin.LazyPlugin
- top.focess.qq.api.plugin.PluginDescription
- top.focess.qq.api.util.Property
- top.focess.qq.api.scheduler.Schedulers
- top.focess.qq.api.net.ServerReceiver
- top.focess.qq.api.net.ServerMultiReceiver
- top.focess.qq.api.util.session.Session (implements top.focess.util.SectionMap)
- top.focess.qq.api.util.session.SessionSection
- top.focess.qq.api.net.Socket
- top.focess.qq.api.bot.message.TextMessage (implements top.focess.qq.api.bot.message.Message)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- top.focess.qq.api.event.EventSubmitException
- java.io.IOException
- top.focess.qq.api.bot.BotLoginException
- java.lang.RuntimeException
- top.focess.qq.api.command.CommandLoadException
- java.lang.IllegalArgumentException
- top.focess.qq.api.command.IllegalCommandClassException
- top.focess.qq.api.command.converter.IllegalDataConverterClassException
- top.focess.qq.api.event.IllegalListenerClassException
- top.focess.qq.api.plugin.IllegalPluginClassException
- top.focess.qq.api.command.IllegalSpecialArgumentComplexHandlerClassException
- java.lang.IllegalStateException
- top.focess.qq.api.plugin.PluginDuplicateException
- top.focess.qq.api.plugin.PluginLoaderException
- top.focess.qq.api.plugin.PluginLoadException
- top.focess.qq.api.plugin.PluginUnloadException
- java.lang.Exception
Interface Hierarchy
- top.focess.qq.api.bot.Bot
- top.focess.qq.api.bot.BotManager
- top.focess.qq.api.event.Cancellable
- top.focess.command.CommandExecutor
- top.focess.qq.api.command.CommandExecutor
- top.focess.qq.api.bot.contact.CommandExecutor
- top.focess.qq.api.bot.contact.Contact
- top.focess.qq.api.bot.contact.Member (also extends top.focess.qq.api.bot.contact.CommandExecutor)
- top.focess.qq.api.bot.contact.OtherClient
- top.focess.qq.api.bot.contact.Transmitter
- top.focess.qq.api.bot.contact.Speaker
- top.focess.qq.api.bot.contact.Friend (also extends top.focess.qq.api.bot.contact.CommandExecutor)
- top.focess.qq.api.bot.contact.Group
- top.focess.qq.api.bot.contact.Stranger (also extends top.focess.qq.api.bot.contact.CommandExecutor)
- top.focess.qq.api.bot.contact.Speaker
- top.focess.qq.api.event.Listener
- top.focess.qq.api.bot.message.Message
- top.focess.qq.api.command.SpecialArgumentComplexHandler
- top.focess.qq.api.command.SpecialArgumentHandler
Annotation Type Hierarchy
- top.focess.qq.api.command.CommandType (implements java.lang.annotation.Annotation)
- top.focess.qq.api.command.converter.DataConverterType (implements java.lang.annotation.Annotation)
- top.focess.qq.api.event.EventHandler (implements java.lang.annotation.Annotation)
- top.focess.qq.api.event.ListenerType (implements java.lang.annotation.Annotation)
- top.focess.qq.api.plugin.PluginType (implements java.lang.annotation.Annotation)
- top.focess.qq.api.command.SpecialArgumentType (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- top.focess.qq.api.bot.BotProtocol
- top.focess.qq.api.event.EventPriority
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)