Serialized Form
-
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.CommandDuplicateException extends IllegalStateException implements Serializable
-
Class top.focess.qq.api.command.CommandLoadException extends RuntimeException implements Serializable
-
Class top.focess.qq.api.command.IllegalCommandClassException 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
-
-
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.BotReloginEvent extends BotEvent implements Serializable
-
Class top.focess.qq.api.event.bot.FriendInputStatusEvent extends BotEvent implements Serializable
-
Serialized Fields
-
friend
net.mamoe.mirai.contact.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
net.mamoe.mirai.message.data.MessageChain message
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
net.mamoe.mirai.contact.Friend friend
The friend who chats with bot -
source
net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromFriend source
The source of the message
-
-
-
Class top.focess.qq.api.event.chat.GroupChatEvent extends ChatEvent implements Serializable
-
Serialized Fields
-
member
net.mamoe.mirai.contact.Member member
The member who chats in the group the bot is in -
source
net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromGroup source
The source of the message
-
-
-
Class top.focess.qq.api.event.chat.StrangerChatEvent extends ChatEvent implements Serializable
-
Serialized Fields
-
source
net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromStranger source
The source of the message -
stranger
net.mamoe.mirai.contact.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
String[] args
The args of this executor -
executor
Command.Executor executor
The Executor -
ioHandler
IOHandler ioHandler
The input and output handler -
result
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
net.mamoe.mirai.contact.Friend friend
The friend who chats with bot
-
-
-
Class top.focess.qq.api.event.message.GroupMessageEvent extends MessageEvent implements Serializable
-
Serialized Fields
-
member
net.mamoe.mirai.contact.Member member
The member who chats in the group the bot is in -
source
net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromGroup source
The source of the message
-
-
-
Class top.focess.qq.api.event.message.MessageEvent extends BotEvent implements Serializable
-
Serialized Fields
-
message
net.mamoe.mirai.message.data.MessageChain message
The chat message
-
-
-
Class top.focess.qq.api.event.message.StrangerMessageEvent extends MessageEvent implements Serializable
-
Serialized Fields
-
stranger
net.mamoe.mirai.contact.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
net.mamoe.mirai.contact.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
-
Serialized Fields
-
member
net.mamoe.mirai.contact.Member member
The member who send the message -
messageIds
int[] messageIds
The message ids -
operator
@Nullable net.mamoe.mirai.contact.Member operator
The member who recalls the message
-
-
-
-
Package top.focess.qq.api.event.request
-
Class top.focess.qq.api.event.request.FriendRequestEvent extends BotEvent implements Serializable
-
Serialized Fields
-
accept
Boolean accept
The friend-request status -
blacklist
boolean blacklist
-
group
net.mamoe.mirai.contact.Group group
The group of the stranger where the application comes from -
id
long id
The id of the stranger -
message
String message
The message of the application -
nick
String nick
The nickname of the stranger
-
-
-
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.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.schedule
-
Class top.focess.qq.api.schedule.SchedulerClosedException extends IllegalStateException implements Serializable
-
Class top.focess.qq.api.schedule.TaskNotFinishedException extends IllegalStateException implements Serializable
-
Class top.focess.qq.api.schedule.TaskNotFoundException extends IllegalStateException implements Serializable
-
-
Package top.focess.qq.api.serialize
-
Class top.focess.qq.api.serialize.NotFocessSerializableException extends RuntimeException implements Serializable
-
Class top.focess.qq.api.serialize.SerializationParseException extends RuntimeException implements Serializable
-
-
Package top.focess.qq.api.util
-
Class top.focess.qq.api.util.InputTimeoutException extends TimeoutException implements Serializable
-
Class top.focess.qq.api.util.Pair extends Object implements Serializable
-
-
Package top.focess.qq.api.util.json
-
Class top.focess.qq.api.util.json.JSON extends Object implements Serializable
-
Class top.focess.qq.api.util.json.JSONParseException extends RuntimeException implements Serializable
-
Class top.focess.qq.api.util.json.JSONSection extends JSON implements Serializable
-
Serialized Fields
-
parent
JSON parent
-
-
-
-
Package top.focess.qq.api.util.network
-
Class top.focess.qq.api.util.network.HttpResponseException extends IOException 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
-
-
-
-
Package top.focess.qq.api.util.version
-
Class top.focess.qq.api.util.version.VersionFormatException extends RuntimeException implements Serializable
-
-
Package top.focess.qq.api.util.yaml
-
Class top.focess.qq.api.util.yaml.YamlConfiguration extends Object implements Serializable
-
Class top.focess.qq.api.util.yaml.YamlConfigurationSection extends YamlConfiguration implements Serializable
-
Serialized Fields
-
parent
YamlConfiguration parent
-
-
-
Class top.focess.qq.api.util.yaml.YamlLoadException extends IOException implements Serializable
-
-
Package top.focess.qq.core.util.option
-
Class top.focess.qq.core.util.option.IllegalOptionException extends IllegalStateException implements Serializable
-
Class top.focess.qq.core.util.option.UnsupportedOptionException extends UnsupportedOperationException implements Serializable
-