Hierarchy For All Packages
Package Hierarchies:- top.focess.qq,
- top.focess.qq.api.bot,
- 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.exceptions,
- top.focess.qq.api.net,
- top.focess.qq.api.net.packet,
- top.focess.qq.api.plugin,
- top.focess.qq.api.schedule,
- top.focess.qq.api.serialize,
- top.focess.qq.api.util,
- top.focess.qq.api.util.config,
- top.focess.qq.api.util.json,
- top.focess.qq.api.util.logger,
- top.focess.qq.api.util.network,
- top.focess.qq.api.util.session,
- top.focess.qq.api.util.version,
- top.focess.qq.api.util.yaml,
- top.focess.qq.core.bot,
- top.focess.qq.core.commands,
- top.focess.qq.core.commands.util,
- top.focess.qq.core.debug,
- top.focess.qq.core.exceptions,
- top.focess.qq.core.listeners,
- top.focess.qq.core.net,
- top.focess.qq.core.plugin,
- top.focess.qq.core.schedule,
- top.focess.qq.core.serialize,
- top.focess.qq.core.util,
- top.focess.qq.core.util.option,
- top.focess.qq.core.util.option.type
Class Hierarchy
- java.lang.Object
- top.focess.qq.core.net.AClientReceiver (implements top.focess.qq.api.net.ClientReceiver)
- top.focess.qq.core.net.FocessClientReceiver
- top.focess.qq.core.net.FocessSidedClientReceiver
- top.focess.qq.core.schedule.AScheduler (implements top.focess.qq.api.schedule.Scheduler)
- top.focess.qq.core.schedule.FocessScheduler
- top.focess.qq.core.schedule.ThreadPoolScheduler
- top.focess.qq.core.net.AServerReceiver (implements top.focess.qq.api.net.ServerReceiver)
- top.focess.qq.core.net.FocessReceiver
- top.focess.qq.core.net.FocessSidedReceiver
- top.focess.qq.core.net.FocessUDPMultiReceiver (implements top.focess.qq.api.net.ServerMultiReceiver)
- top.focess.qq.core.net.FocessUDPReceiver
- top.focess.qq.core.net.ASocket (implements top.focess.qq.api.net.Socket)
- top.focess.qq.core.net.FocessSidedClientSocket
- top.focess.qq.core.net.FocessSidedSocket
- top.focess.qq.core.net.FocessSocket
- top.focess.qq.core.net.FocessUDPSocket
- top.focess.qq.api.util.Base64
- top.focess.qq.core.commands.util.ChatConstants
- top.focess.qq.core.listeners.ChatListener (implements top.focess.qq.api.event.Listener)
- java.lang.ClassLoader
- top.focess.qq.core.plugin.PluginCoreClassLoader
- java.security.SecureClassLoader
- java.net.URLClassLoader (implements java.io.Closeable)
- top.focess.qq.core.plugin.PluginClassLoader
- java.net.URLClassLoader (implements java.io.Closeable)
- top.focess.qq.api.util.CombinedFuture (implements java.util.concurrent.Future<V>)
- top.focess.qq.api.command.Command
- top.focess.qq.core.commands.BotCommand
- top.focess.qq.core.commands.CommandCommand
- top.focess.qq.core.commands.DebugCommand
- top.focess.qq.core.commands.FriendCommand
- top.focess.qq.core.commands.GroupCommand
- top.focess.qq.core.commands.LoadCommand
- top.focess.qq.core.commands.PluginCommand
- top.focess.qq.core.commands.ReloadCommand
- top.focess.qq.core.commands.StopCommand
- top.focess.qq.core.commands.UnloadCommand
- top.focess.qq.api.command.Command.Executor
- top.focess.qq.api.command.CommandArgument<V>
- top.focess.qq.api.command.CommandLine
- top.focess.qq.api.command.CommandSender
- top.focess.qq.core.schedule.ComparableTask (implements java.lang.Comparable<T>)
- top.focess.qq.api.util.config.Config
- top.focess.qq.api.util.config.DefaultConfig
- top.focess.qq.api.util.config.LangConfig
- top.focess.qq.core.listeners.ConsoleListener (implements top.focess.qq.api.event.Listener)
- top.focess.qq.api.command.data.DataBuffer<T>
- top.focess.qq.api.command.data.BooleanBuffer
- top.focess.qq.api.command.data.CommandBuffer
- top.focess.qq.api.command.data.DoubleBuffer
- top.focess.qq.api.command.data.IntBuffer
- top.focess.qq.api.command.data.LongBuffer
- top.focess.qq.api.command.data.ObjectBuffer
- top.focess.qq.api.command.data.PluginBuffer
- top.focess.qq.api.command.data.StringBuffer
- top.focess.qq.api.command.DataCollection
- top.focess.qq.api.command.DataConverter<T>
- top.focess.qq.api.command.converter.ExceptionDataConverter<T>
- top.focess.qq.api.command.converter.NullDataConverter<T>
- top.focess.qq.api.command.converter.CommandDataConverter
- top.focess.qq.api.command.converter.PluginDataConverter
- 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.BotReloginEvent
- 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.bot.BotEvent
- top.focess.qq.api.event.EventManager
- top.focess.qq.api.util.logger.FocessLogger
- top.focess.qq.FocessQQ
- top.focess.qq.api.serialize.FocessReader
- top.focess.qq.core.serialize.SimpleFocessReader
- top.focess.qq.core.schedule.FocessTask (implements top.focess.qq.api.schedule.Task)
- top.focess.qq.core.schedule.FocessCallback<V> (implements top.focess.qq.api.schedule.Callback<V>)
- top.focess.qq.api.serialize.FocessWriter
- top.focess.qq.core.serialize.SimpleFocessWriter
- top.focess.qq.api.util.network.HttpResponse
- java.io.InputStream (implements java.io.Closeable)
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- top.focess.qq.core.plugin.ObjectInputCoreStream
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- top.focess.qq.api.util.IOHandler
- top.focess.qq.api.util.json.JSON (implements top.focess.qq.api.util.SectionMap)
- top.focess.qq.api.util.json.JSONSection
- top.focess.qq.api.util.json.JSONList
- top.focess.qq.api.event.ListenerHandler
- top.focess.qq.core.util.MethodCaller
- top.focess.qq.api.util.network.NetworkHandler
- top.focess.qq.core.util.option.Option
- top.focess.qq.core.util.option.OptionParserClassifier
- top.focess.qq.core.util.option.Options
- top.focess.qq.core.util.option.type.OptionType<T>
- top.focess.qq.core.util.option.type.ExceptionOptionType<T>
- top.focess.qq.core.util.option.type.IntegerOptionType
- top.focess.qq.core.util.option.type.LongOptionType
- top.focess.qq.core.util.option.type.ExceptionOptionType<T>
- top.focess.qq.api.net.packet.Packet (implements top.focess.qq.api.serialize.FocessSerializable)
- top.focess.qq.api.net.packet.ClientPacket
- top.focess.qq.api.net.packet.ClientPackPacket
- top.focess.qq.api.net.packet.DisconnectPacket
- top.focess.qq.api.net.packet.HeartPacket
- top.focess.qq.api.net.packet.WaitPacket
- top.focess.qq.api.net.packet.ConnectPacket
- top.focess.qq.api.net.packet.MessagePacket
- top.focess.qq.api.net.packet.ServerPacket
- top.focess.qq.api.net.packet.ConnectedPacket
- top.focess.qq.api.net.packet.DisconnectedPacket
- top.focess.qq.api.net.packet.ServerPackPacket
- top.focess.qq.api.net.packet.SidedConnectPacket
- top.focess.qq.api.net.packet.ClientPacket
- top.focess.qq.api.net.packet.PacketCodec<T>
- top.focess.qq.api.net.packet.ClientPackPacketCodec
- top.focess.qq.api.net.packet.ConnectedPacketCodec
- top.focess.qq.api.net.packet.ConnectPacketCodec
- top.focess.qq.api.net.packet.DisconnectedPacketCodec
- top.focess.qq.api.net.packet.DisconnectPacketCodec
- top.focess.qq.api.net.packet.HeartPacketCodec
- top.focess.qq.api.net.packet.MessagePacketCodec
- top.focess.qq.api.net.packet.ServerPackPacketCodec
- top.focess.qq.api.net.packet.SidedConnectPacketCodec
- top.focess.qq.api.net.packet.WaitPacketCodec
- top.focess.qq.api.net.PacketPreCodec
- top.focess.qq.api.util.Pair<K,V> (implements java.io.Serializable)
- top.focess.qq.api.plugin.Plugin
- top.focess.qq.FocessQQ.MainPlugin
- top.focess.qq.api.plugin.LazyPlugin
- top.focess.qq.api.plugin.PluginDescription
- top.focess.qq.core.listeners.PluginListener (implements top.focess.qq.api.event.Listener)
- top.focess.qq.api.util.Property
- top.focess.qq.api.schedule.Schedulers
- top.focess.qq.core.debug.Section
- top.focess.qq.api.util.session.Session (implements top.focess.qq.api.util.SectionMap)
- top.focess.qq.api.util.session.SessionSection
- top.focess.qq.core.bot.SimpleBot (implements top.focess.qq.api.bot.Bot)
- top.focess.qq.core.bot.SimpleBotManager (implements top.focess.qq.api.bot.BotManager)
- top.focess.qq.core.net.SimpleClient (implements top.focess.qq.api.net.Client)
- java.lang.Thread (implements java.lang.Runnable)
- top.focess.qq.core.schedule.ThreadPoolSchedulerThread
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- top.focess.qq.api.exceptions.EventSubmitException
- top.focess.qq.api.exceptions.IllegalPortException
- java.lang.RuntimeException
- top.focess.qq.api.exceptions.BotLoginException
- top.focess.qq.api.exceptions.CommandDuplicateException
- top.focess.qq.api.exceptions.CommandLoadException
- top.focess.qq.api.exceptions.HttpResponseException
- top.focess.qq.api.exceptions.IllegalCommandClassException
- top.focess.qq.core.exceptions.IllegalOptionException
- top.focess.qq.api.exceptions.IllegalPluginClassException
- top.focess.qq.api.exceptions.InputTimeoutException
- top.focess.qq.api.exceptions.JSONParseException
- top.focess.qq.api.exceptions.NotFocessSerializableException
- top.focess.qq.api.exceptions.PluginDuplicateException
- top.focess.qq.api.exceptions.PluginLoaderException
- top.focess.qq.api.exceptions.PluginLoadException
- top.focess.qq.api.exceptions.PluginUnloadException
- top.focess.qq.api.exceptions.SchedulerClosedException
- top.focess.qq.api.exceptions.SerializationParseException
- top.focess.qq.api.exceptions.TaskNotFinishedException
- top.focess.qq.api.exceptions.TaskNotFoundException
- top.focess.qq.core.exceptions.UnsupportedOptionException
- top.focess.qq.api.exceptions.VersionFormatException
- top.focess.qq.api.exceptions.YamlLoadException
- java.lang.Exception
- top.focess.qq.api.util.version.Version
- top.focess.qq.api.util.yaml.YamlConfiguration (implements top.focess.qq.api.util.SectionMap)
- top.focess.qq.api.util.yaml.YamlConfigurationSection
- top.focess.qq.core.net.AClientReceiver (implements top.focess.qq.api.net.ClientReceiver)
Interface Hierarchy
- top.focess.qq.core.plugin.AnnotationHandler
- top.focess.qq.api.bot.Bot
- top.focess.qq.api.bot.BotManager
- top.focess.qq.api.event.Cancellable
- top.focess.qq.api.net.Client
- top.focess.qq.api.command.CommandExecutor
- top.focess.qq.api.command.CommandResultExecutor
- top.focess.qq.api.command.DataCollection.BufferGetter
- java.util.concurrent.Future<V>
- top.focess.qq.api.event.Listener
- top.focess.qq.api.net.PackHandler<T>
- top.focess.qq.api.net.Receiver
- top.focess.qq.api.net.ClientReceiver
- top.focess.qq.api.net.ServerReceiver
- top.focess.qq.api.net.ServerMultiReceiver
- top.focess.qq.core.plugin.ResourceHandler
- top.focess.qq.api.schedule.Scheduler
- java.io.Serializable
- top.focess.qq.api.serialize.FocessSerializable
- top.focess.qq.api.util.SectionMap
- top.focess.qq.api.net.Socket
- top.focess.qq.api.schedule.Task
Annotation Type Hierarchy
- top.focess.qq.api.command.CommandType (implements java.lang.annotation.Annotation)
- top.focess.qq.api.event.EventHandler (implements java.lang.annotation.Annotation)
- top.focess.qq.core.net.PacketHandler (implements java.lang.annotation.Annotation)
- top.focess.qq.api.plugin.PluginType (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.command.CommandPermission
- top.focess.qq.api.command.CommandResult
- top.focess.qq.api.event.EventPriority
- top.focess.qq.api.util.network.NetworkHandler.RequestType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)