Serialized Form
-
Package top.focess.qq
-
Class top.focess.qq.FocessQQ.MainPlugin extends Plugin implements Serializable
-
Serialized Fields
-
chatListener
top.focess.qq.core.listeners.ChatListener chatListener
-
consoleListener
top.focess.qq.core.listeners.ConsoleListener consoleListener
-
-
-
-
Package top.focess.qq.api.bot
-
Class top.focess.qq.api.bot.BotLoginException extends IOException implements Serializable
-
-
Package top.focess.qq.api.command
-
Class top.focess.qq.api.command.CommandLoadException extends RuntimeException implements Serializable
-
Class top.focess.qq.api.command.IllegalCommandClassException extends IllegalArgumentException implements Serializable
-
Class top.focess.qq.api.command.IllegalSpecialArgumentComplexHandlerClassException extends IllegalArgumentException implements Serializable
-
-
Package top.focess.qq.api.command.converter
-
Class top.focess.qq.api.command.converter.IllegalDataConverterClassException extends IllegalArgumentException implements Serializable
-
-
Package top.focess.qq.api.event
-
Class top.focess.qq.api.event.Event extends Object implements Serializable
-
Serialized Fields
-
prevent
boolean prevent
Used to prevent submitting in the future Event Chain
-
-
-
Class top.focess.qq.api.event.EventSubmitException extends Exception implements Serializable
-
Class top.focess.qq.api.event.IllegalListenerClassException extends IllegalArgumentException implements Serializable
-
-
Package top.focess.qq.api.event.bot
-
Class top.focess.qq.api.event.bot.BotEvent extends Event implements Serializable
-
Serialized Fields
-
bot
Bot bot
The bot
-
-
-
Class top.focess.qq.api.event.bot.BotLoginEvent extends BotEvent implements Serializable
-
Class top.focess.qq.api.event.bot.BotLogoutEvent extends BotEvent implements Serializable
-
Class top.focess.qq.api.event.bot.BotPreSendMessageEvent extends BotEvent implements Serializable
-
Class top.focess.qq.api.event.bot.BotReloginEvent extends BotEvent implements Serializable
-
Class top.focess.qq.api.event.bot.BotSendMessageEvent extends BotEvent implements Serializable
-
Class top.focess.qq.api.event.bot.FriendInputStatusEvent extends BotEvent implements Serializable
-
Serialized Fields
-
friend
Friend friend
The friend -
input
boolean input
Indicate the friend input status
-
-
-
-
Package top.focess.qq.api.event.chat
-
Class top.focess.qq.api.event.chat.ChatEvent extends BotEvent implements Serializable
-
Serialized Fields
-
message
MessageChain message
The chat message -
source
MessageSource source
The source of the chat message
-
-
-
Class top.focess.qq.api.event.chat.ConsoleChatEvent extends Event implements Serializable
-
Serialized Fields
-
message
String message
The console message
-
-
-
Class top.focess.qq.api.event.chat.FriendChatEvent extends ChatEvent implements Serializable
-
Serialized Fields
-
friend
Friend friend
The friend who chats with bot -
source
MessageSource source
The source of the message
-
-
-
Class top.focess.qq.api.event.chat.GroupChatEvent extends ChatEvent implements Serializable
-
Serialized Fields
-
member
Member member
The member who chats in the group the bot is in
-
-
-
Class top.focess.qq.api.event.chat.StrangerChatEvent extends ChatEvent implements Serializable
-
Serialized Fields
-
stranger
Stranger stranger
The stranger who chats with bot
-
-
-
-
Package top.focess.qq.api.event.command
-
Class top.focess.qq.api.event.command.CommandExecutedEvent extends Event implements Serializable
-
Serialized Fields
-
args
@NotNull String[] args
The args of this executor -
command
Command command
The command -
ioHandler
IOHandler ioHandler
The input and output handler -
result
top.focess.command.CommandResult result
The result -
sender
CommandSender sender
The executor
-
-
-
Class top.focess.qq.api.event.command.CommandPrepostEvent extends Event implements Serializable
-
Serialized Fields
-
args
String[] args
The args of this executor -
cancelled
boolean cancelled
Indicate this event is cancelled -
command
Command command
The command -
ioHandler
IOHandler ioHandler
The input and output handler -
sender
CommandSender sender
The executor
-
-
-
-
Package top.focess.qq.api.event.message
-
Class top.focess.qq.api.event.message.ConsoleMessageEvent extends Event implements Serializable
-
Serialized Fields
-
message
String message
The console message
-
-
-
Class top.focess.qq.api.event.message.FriendMessageEvent extends MessageEvent implements Serializable
-
Serialized Fields
-
friend
Friend friend
The friend who chats with bot
-
-
-
Class top.focess.qq.api.event.message.GroupMessageEvent extends MessageEvent implements Serializable
-
Serialized Fields
-
member
Member member
The member who chats in the group the bot is in
-
-
-
Class top.focess.qq.api.event.message.MessageEvent extends BotEvent implements Serializable
-
Serialized Fields
-
message
MessageChain message
The chat message -
source
MessageSource source
The source of the message
-
-
-
Class top.focess.qq.api.event.message.StrangerMessageEvent extends MessageEvent implements Serializable
-
Serialized Fields
-
stranger
Stranger stranger
The stranger who chats with bot
-
-
-
-
Package top.focess.qq.api.event.plugin
-
Class top.focess.qq.api.event.plugin.PluginEvent extends Event implements Serializable
-
Serialized Fields
-
plugin
Plugin plugin
The plugin
-
-
-
Class top.focess.qq.api.event.plugin.PluginLoadEvent extends PluginEvent implements Serializable
-
Class top.focess.qq.api.event.plugin.PluginUnloadEvent extends PluginEvent implements Serializable
-
-
Package top.focess.qq.api.event.recall
-
Class top.focess.qq.api.event.recall.FriendRecallEvent extends BotEvent implements Serializable
-
Serialized Fields
-
friend
Friend friend
The friend who send the message -
messageIds
int[] messageIds
The message ids
-
-
-
Class top.focess.qq.api.event.recall.GroupRecallEvent extends BotEvent implements Serializable
-
-
Package top.focess.qq.api.event.request
-
Class top.focess.qq.api.event.request.FriendRequestEvent extends BotEvent implements Serializable
-
Serialized Fields
-
-
Class top.focess.qq.api.event.request.GroupRequestEvent extends BotEvent implements Serializable
-
-
Package top.focess.qq.api.event.server
-
Class top.focess.qq.api.event.server.ServerStartEvent extends Event implements Serializable
-
Class top.focess.qq.api.event.server.ServerStopEvent extends Event implements Serializable
-
-
Package top.focess.qq.api.net
-
Class top.focess.qq.api.net.IllegalPortException extends IOException implements Serializable
-
-
Package top.focess.qq.api.net.packet
-
Class top.focess.qq.api.net.packet.ClientPacket extends Packet implements Serializable
-
Serialized Fields
-
clientId
int clientId
The client id -
token
String token
The client token
-
-
-
Class top.focess.qq.api.net.packet.ClientPackPacket extends ClientPacket implements Serializable
-
Serialized Fields
-
packet
Packet packet
The packet sent by client
-
-
-
Class top.focess.qq.api.net.packet.ConnectedPacket extends ServerPacket implements Serializable
-
Serialized Fields
-
clientId
int clientId
The client id -
token
String token
The token
-
-
-
Class top.focess.qq.api.net.packet.ConnectPacket extends Packet implements Serializable
-
Class top.focess.qq.api.net.packet.DisconnectedPacket extends ServerPacket implements Serializable
-
Class top.focess.qq.api.net.packet.DisconnectPacket extends ClientPacket implements Serializable
-
Class top.focess.qq.api.net.packet.HeartPacket extends ClientPacket implements Serializable
-
Serialized Fields
-
time
long time
-
-
-
Class top.focess.qq.api.net.packet.MessagePacket extends Packet implements Serializable
-
Serialized Fields
-
message
String message
The message
-
-
-
Class top.focess.qq.api.net.packet.Packet extends Object implements Serializable
-
Class top.focess.qq.api.net.packet.ServerPacket extends Packet implements Serializable
-
Class top.focess.qq.api.net.packet.ServerPackPacket extends ServerPacket implements Serializable
-
Serialized Fields
-
packet
Packet packet
The packet sent by server
-
-
-
Class top.focess.qq.api.net.packet.SidedConnectPacket extends Packet implements Serializable
-
Serialized Fields
-
name
String name
The client name
-
-
-
Class top.focess.qq.api.net.packet.WaitPacket extends ClientPacket implements Serializable
-
-
Package top.focess.qq.api.plugin
-
Class top.focess.qq.api.plugin.IllegalPluginClassException extends IllegalArgumentException implements Serializable
-
Class top.focess.qq.api.plugin.LazyPlugin extends Plugin implements Serializable
-
Class top.focess.qq.api.plugin.Plugin extends Object implements Serializable
-
Serialized Fields
-
author
String author
The plugin author -
defaultConfig
DefaultConfig defaultConfig
The plugin default config -
initialized
boolean initialized
-
isEnabled
boolean isEnabled
Indicate the plugin is enabled or not -
langConfig
LangConfig langConfig
The plugin language config -
name
String name
The plugin name -
pluginDescription
PluginDescription pluginDescription
The plugin description -
version
top.focess.util.version.Version version
The plugin version
-
-
-
Class top.focess.qq.api.plugin.PluginDuplicateException extends IllegalStateException implements Serializable
-
Class top.focess.qq.api.plugin.PluginLoaderException extends IllegalStateException implements Serializable
-
Class top.focess.qq.api.plugin.PluginLoadException extends RuntimeException implements Serializable
-
Class top.focess.qq.api.plugin.PluginUnloadException extends RuntimeException implements Serializable
-
-
Package top.focess.qq.api.util.session
-
Class top.focess.qq.api.util.session.Session extends Object implements Serializable
-
Class top.focess.qq.api.util.session.SessionSection extends Session implements Serializable
-
Serialized Fields
-
parent
Session parent
-
-
-