跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

accept(String) - 类 中的方法top.focess.qq.api.command.converter.ExceptionDataConverter
 
accept(String) - 类 中的方法top.focess.qq.api.command.converter.NullDataConverter
 
accept(String) - 类 中的方法top.focess.qq.api.command.DataConverter
Indicate whether this String argument is this target type or not
accept() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
Accept this request
accept() - 类 中的方法top.focess.qq.api.event.request.GroupRequestEvent
Accept the request
accept(String) - 类 中的方法top.focess.qq.core.util.option.type.ExceptionOptionType
 
accept(String) - 类 中的方法top.focess.qq.core.util.option.type.OptionType
 
addExecutor(int, CommandExecutor, String...) - 类 中的方法top.focess.qq.api.command.Command
Add default executor to define how to execute this command.
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.BooleanBuffer
Allocate a BooleanBuffer with fixed size
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.CommandBuffer
 
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.DoubleBuffer
Allocate a DoubleBuffer with fixed size
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.IntBuffer
Allocate a IntBuffer with fixed size
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.LongBuffer
Allocate a LongBuffer with fixed size
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.ObjectBuffer
Allocate a ObjectBuffer with fixed size
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.PluginBuffer
Allocate a PluginBuffer with fixed size
allocate(int) - 类 中的静态方法top.focess.qq.api.command.data.StringBuffer
Allocate a StringBuffer with fixed size
ALPHA_VERSION - 类 中的静态变量top.focess.qq.api.util.version.Version
Represents an alpha version of a plugin.
AnnotationHandler - top.focess.qq.core.plugin中的接口
 

B

Base64 - top.focess.qq.api.util中的类
This is a Base64 util class.
Base64() - 类 的构造器top.focess.qq.api.util.Base64
 
base64Decode(String) - 类 中的静态方法top.focess.qq.api.util.Base64
Used to decode the data with base64
base64Encode(byte[]) - 类 中的静态方法top.focess.qq.api.util.Base64
Used to encode the data with base64 and StandardCharsets.ISO_8859_1 coded
BETA_VERSION - 类 中的静态变量top.focess.qq.api.util.version.Version
Represents a beta version of a plugin.
BOOLEAN_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.DataConverter
Convert the String argument to Boolean argument
BooleanBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of Boolean.
Bot - top.focess.qq.api.bot中的接口
This class is used to define a Mirai Bot Instance
BotCommand - top.focess.qq.core.commands中的类
 
BotCommand() - 类 的构造器top.focess.qq.core.commands.BotCommand
 
BotEvent - top.focess.qq.api.event.bot中的类
Called when an event is relative with a bot
BotEvent(Bot) - 类 的构造器top.focess.qq.api.event.bot.BotEvent
Constructs a BotEvent
BotLoginEvent - top.focess.qq.api.event.bot中的类
Called when bot login
BotLoginEvent(Bot) - 类 的构造器top.focess.qq.api.event.bot.BotLoginEvent
Constructs a BotLoginEvent
BotLoginException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate a bot login failed
BotLoginException(long) - 异常错误 的构造器top.focess.qq.api.exceptions.BotLoginException
Constructs a BotLoginException
BotLogoutEvent - top.focess.qq.api.event.bot中的类
Called when bot logout
BotLogoutEvent(Bot) - 类 的构造器top.focess.qq.api.event.bot.BotLogoutEvent
Constructs a BotLogoutEvent
BotManager - top.focess.qq.api.bot中的接口
This class is used to manage all the bots.
BotReloginEvent - top.focess.qq.api.event.bot中的类
Called when bot relogin
BotReloginEvent(Bot) - 类 的构造器top.focess.qq.api.event.bot.BotReloginEvent
Constructs a BotReloginEvent

C

cancel(boolean) - 类 中的方法top.focess.qq.api.util.CombinedFuture
 
Cancellable - top.focess.qq.api.event中的接口
This class indicates that the implemented event class is cancellable
ChatConstants - top.focess.qq.core.commands.util中的类
 
ChatConstants() - 类 的构造器top.focess.qq.core.commands.util.ChatConstants
 
ChatEvent - top.focess.qq.api.event.chat中的类
Called when a friend chat with bot or a member chat in a group the bot is in
ChatEvent(Bot, MessageChain) - 类 的构造器top.focess.qq.api.event.chat.ChatEvent
Constructs a ChatEvent
ChatListener - top.focess.qq.core.listener中的类
 
ChatListener() - 类 的构造器top.focess.qq.core.listener.ChatListener
 
CLASS_PLUGIN_MAP - 类 中的静态变量top.focess.qq.core.plugin.PluginClassLoader
 
Client - top.focess.qq.api.net中的接口
Represents a Client connected to a server.
ClientPacket - top.focess.qq.api.net.packet中的类
The class indicates that this packet is for client side.
ClientPacket(int, String) - 类 的构造器top.focess.qq.api.net.packet.ClientPacket
Constructs a ClientPacket
ClientPackPacket - top.focess.qq.api.net.packet中的类
Used to pack package sent by client.
ClientPackPacket(int, String, Packet) - 类 的构造器top.focess.qq.api.net.packet.ClientPackPacket
Constructs a ClientPackPacket
ClientPackPacketCodec - top.focess.qq.api.net.packet中的类
Codec for ClientPackPacket.
ClientPackPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.ClientPackPacketCodec
 
ClientReceiver - top.focess.qq.api.net中的接口
The socket receiver for client.
close() - 接口 中的方法top.focess.qq.api.net.Receiver
Close the receiver.
close() - 接口 中的方法top.focess.qq.api.net.Socket
Close the socket
close() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
close() - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
close() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
close() - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
close() - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
close() - 类 中的方法top.focess.qq.core.net.FocessSidedSocket
 
close() - 类 中的方法top.focess.qq.core.net.FocessSocket
 
close() - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
close() - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
close() - 类 中的方法top.focess.qq.core.net.FocessUDPSocket
 
combine(Future<Boolean>) - 类 中的方法top.focess.qq.api.util.CombinedFuture
Combine a Future of Boolean
CombinedFuture - top.focess.qq.api.util中的类
Represent a Future of Boolean instance
CombinedFuture() - 类 的构造器top.focess.qq.api.util.CombinedFuture
 
Command - top.focess.qq.api.command中的类
Represent a Plugin class that can execute.
Command(String, String...) - 类 的构造器top.focess.qq.api.command.Command
Instance a Command Class with special name and aliases.
Command() - 类 的构造器top.focess.qq.api.command.Command
Provide a constructor to help PluginType design.
Command.Executor - top.focess.qq.api.command中的类
This class is used to help define the executor of certain command.
COMMAND_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.converter.CommandDataConverter
Convert the String argument to Command argument
CommandBuffer - top.focess.qq.api.command.data中的类
 
CommandBuffer(int) - 类 的构造器top.focess.qq.api.command.data.CommandBuffer
 
CommandCommand - top.focess.qq.core.commands中的类
 
CommandCommand() - 类 的构造器top.focess.qq.core.commands.CommandCommand
 
CommandDataConverter - top.focess.qq.api.command.converter中的类
Convert the String argument to Command argument
CommandDataConverter() - 类 的构造器top.focess.qq.api.command.converter.CommandDataConverter
 
CommandDuplicateException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate there is an existed command named this name
CommandDuplicateException(String) - 异常错误 的构造器top.focess.qq.api.exceptions.CommandDuplicateException
Constructs a CommandDuplicateException
CommandExecutedEvent - top.focess.qq.api.event.command中的类
Called after command executed
CommandExecutedEvent(Command.Executor, String[], IOHandler, CommandSender, CommandResult) - 类 的构造器top.focess.qq.api.event.command.CommandExecutedEvent
Constructs a CommandExecutedEvent
CommandExecutor - top.focess.qq.api.command中的接口
Represents a command executor to define how to execute command.
CommandLine() - 类 的构造器top.focess.qq.Main.CommandLine
 
CommandLoadException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate there is any exception thrown in the initializing process
CommandLoadException(Class<? extends Command>, Exception) - 异常错误 的构造器top.focess.qq.api.exceptions.CommandLoadException
Constructs a CommandLoadException
CommandPermission - top.focess.qq.api.command中的枚举
 
CommandPrepostEvent - top.focess.qq.api.event.command中的类
Called before command executing
CommandPrepostEvent(CommandSender, Command, String[], IOHandler) - 类 的构造器top.focess.qq.api.event.command.CommandPrepostEvent
Constructs a CommandPrepostEvent
CommandResult - top.focess.qq.api.command中的枚举
The result after executing a Command.
CommandResultExecutor - top.focess.qq.api.command中的接口
Represents a CommandResult executor to define how to execute the CommandResult after executing a special CommandExecutor.
CommandSender - top.focess.qq.api.command中的类
This class present an executor to execute command.
CommandSender(Friend) - 类 的构造器top.focess.qq.api.command.CommandSender
Present Friend
CommandSender(Member) - 类 的构造器top.focess.qq.api.command.CommandSender
Present Member in Group
CommandSender(Stranger) - 类 的构造器top.focess.qq.api.command.CommandSender
Present Stranger
CommandType - top.focess.qq.api.command中的注释类型
Represent this class is a Command.
Config - top.focess.qq.api.util.config中的类
 
Config(File) - 类 的构造器top.focess.qq.api.util.config.Config
 
connect(DataCollection, Command) - 类 中的方法top.focess.qq.api.command.converter.CommandDataConverter
 
connect(DataCollection, Plugin) - 类 中的方法top.focess.qq.api.command.converter.PluginDataConverter
 
connect(DataCollection, T) - 类 中的方法top.focess.qq.api.command.DataConverter
Used to put data into the dataCollection
ConnectedPacket - top.focess.qq.api.net.packet中的类
Used to tell client the id and the token
ConnectedPacket(int, String) - 类 的构造器top.focess.qq.api.net.packet.ConnectedPacket
Constructs a ConnectedPacket
ConnectedPacketCodec - top.focess.qq.api.net.packet中的类
Codec for ConnectedPacket.
ConnectedPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.ConnectedPacketCodec
 
ConnectPacket - top.focess.qq.api.net.packet中的类
Used to connect to the server.
ConnectPacket(String, int, String) - 类 的构造器top.focess.qq.api.net.packet.ConnectPacket
Constructs a ConnectPacket
ConnectPacketCodec - top.focess.qq.api.net.packet中的类
Codec for ConnectPacket.
ConnectPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.ConnectPacketCodec
 
CONSOLE - 类 中的静态变量top.focess.qq.api.command.CommandSender
Present CONSOLE or we call it Terminate
CONSOLE_DEBUG_HEADER - 类 中的静态变量top.focess.qq.core.commands.util.ChatConstants
 
CONSOLE_FATAL_HEADER - 类 中的静态变量top.focess.qq.core.commands.util.ChatConstants
 
CONSOLE_INPUT_HEADER - 类 中的静态变量top.focess.qq.core.commands.util.ChatConstants
 
CONSOLE_OUTPUT_HEADER - 类 中的静态变量top.focess.qq.core.commands.util.ChatConstants
 
ConsoleChatEvent - top.focess.qq.api.event.chat中的类
Called when Console input a String
ConsoleChatEvent(String) - 类 的构造器top.focess.qq.api.event.chat.ConsoleChatEvent
Constructs a ConsoleInputEvent
consoleInput(String) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message inputted by console with DEBUG level
ConsoleListener - top.focess.qq.core.listener中的类
 
ConsoleListener() - 类 的构造器top.focess.qq.core.listener.ConsoleListener
 
ConsoleMessageEvent - top.focess.qq.api.event.message中的类
Called when Console input a String (this does not execute any commands)
ConsoleMessageEvent(String) - 类 的构造器top.focess.qq.api.event.message.ConsoleMessageEvent
 
contains(String) - 接口 中的方法top.focess.qq.api.util.SectionMap
Indicate there is a key-value pair named key
containsClientSide() - 接口 中的方法top.focess.qq.api.net.Socket
Indicate this socket contains client side receiver
containsClientSide() - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
containsClientSide() - 类 中的方法top.focess.qq.core.net.FocessSidedSocket
 
containsClientSide() - 类 中的方法top.focess.qq.core.net.FocessSocket
 
containsClientSide() - 类 中的方法top.focess.qq.core.net.FocessUDPSocket
 
containsServerSide() - 接口 中的方法top.focess.qq.api.net.Socket
Indicate this socket contains server side receiver
containsServerSide() - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
containsServerSide() - 类 中的方法top.focess.qq.core.net.FocessSidedSocket
 
containsServerSide() - 类 中的方法top.focess.qq.core.net.FocessSocket
 
containsServerSide() - 类 中的方法top.focess.qq.core.net.FocessUDPSocket
 
convert(String) - 类 中的方法top.focess.qq.api.command.converter.CommandDataConverter
 
convert(String) - 类 中的方法top.focess.qq.api.command.converter.PluginDataConverter
 
convert(String) - 类 中的方法top.focess.qq.api.command.DataConverter
Convert String argument to target argument
createOption(String[]) - 类 中的方法top.focess.qq.core.util.option.OptionParserClassifier
 
createSection(String) - 类 中的方法top.focess.qq.api.util.json.JSON
 
createSection(String) - 接口 中的方法top.focess.qq.api.util.SectionMap
Create the section named key
createSection(String) - 类 中的方法top.focess.qq.api.util.session.Session
 
createSection(String) - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
 

D

DataBuffer<T> - top.focess.qq.api.command.data中的类
A buffer which stores data
DataBuffer() - 类 的构造器top.focess.qq.api.command.data.DataBuffer
 
DataCollection - top.focess.qq.api.command中的类
Store and parser arguments for better CommandExecutor usage.
DataCollection(DataConverter<?>[]) - 类 的构造器top.focess.qq.api.command.DataCollection
Initialize the DataCollection with fixed size.
DataCollection.BufferGetter - top.focess.qq.api.command中的接口
Represents a getter for buffer.
DataConverter<T> - top.focess.qq.api.command中的类
This class used to convert String data to target T type data.
DataConverter() - 类 的构造器top.focess.qq.api.command.DataConverter
 
debug(String) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message with DEBUG level
debugLang(String, Object...) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message with DEBUG level
DEFAULT_CLASS_LOADER - 类 中的静态变量top.focess.qq.core.plugin.PluginCoreClassLoader
 
DEFAULT_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.DataConverter
Never convert it!
DEFAULT_OPTION_TYPE - 类 中的静态变量top.focess.qq.core.util.option.type.OptionType
 
DEFAULT_VERSION - 类 中的静态变量top.focess.qq.api.util.version.Version
Represents a default release version of a plugin.
DefaultConfig - top.focess.qq.api.util.config中的类
 
DefaultConfig(File) - 类 的构造器top.focess.qq.api.util.config.DefaultConfig
 
disable() - 类 中的方法top.focess.qq.api.plugin.LazyPlugin
 
disable() - 类 中的方法top.focess.qq.api.plugin.Plugin
Used to save some data of the plugin
disable() - 类 中的方法top.focess.qq.Main.MainPlugin
 
disablePlugin(Plugin) - 类 中的静态方法top.focess.qq.core.plugin.PluginClassLoader
Used to disable plugin
DisconnectedPacket - top.focess.qq.api.net.packet中的类
Used to tell client the connection has lost.
DisconnectedPacket() - 类 的构造器top.focess.qq.api.net.packet.DisconnectedPacket
Constructs a DisconnectedPacket
DisconnectedPacketCodec - top.focess.qq.api.net.packet中的类
Codec for DisconnectedPacket.
DisconnectedPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.DisconnectedPacketCodec
 
DisconnectPacket - top.focess.qq.api.net.packet中的类
Used to tell server the connection has lost.
DisconnectPacket(int, String) - 类 的构造器top.focess.qq.api.net.packet.DisconnectPacket
Constructs a DisconnectedPacket
DisconnectPacketCodec - top.focess.qq.api.net.packet中的类
Codec for DisconnectPacket.
DisconnectPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.DisconnectPacketCodec
 
DOUBLE_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.DataConverter
Convert the String argument to Double argument
DOUBLE_PREDICATE - 类 中的静态变量top.focess.qq.api.command.DataConverter
It is a Predicate used to predicate a String is a Double
DoubleBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of Double.

E

enable() - 类 中的方法top.focess.qq.api.plugin.LazyPlugin
 
enable() - 类 中的方法top.focess.qq.api.plugin.Plugin
Used to initialize the plugin
enable() - 类 中的方法top.focess.qq.Main.MainPlugin
 
enablePlugin(Plugin) - 类 中的静态方法top.focess.qq.core.plugin.PluginClassLoader
Used to enable plugin
equals(Object) - 类 中的方法top.focess.qq.api.command.CommandSender
 
equals(Object) - 类 中的方法top.focess.qq.api.plugin.Plugin
 
equals(Object) - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
Event - top.focess.qq.api.event中的类
This is the base class of Event Chain.
Event() - 类 的构造器top.focess.qq.api.event.Event
 
EventHandler - top.focess.qq.api.event中的注释类型
Represent an event listener method.
EventManager - top.focess.qq.api.event中的类
This class is used to submit Event for developers.
EventManager() - 类 的构造器top.focess.qq.api.event.EventManager
 
EventPriority - top.focess.qq.api.event中的枚举
This class is used to define the priority of the event listener to better define the whole event chain
EventSubmitException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate there is any invalid section in Event Submit Chain
EventSubmitException(Event) - 异常错误 的构造器top.focess.qq.api.exceptions.EventSubmitException
Constructs a EventSubmitException
EventSubmitException(Event, String) - 异常错误 的构造器top.focess.qq.api.exceptions.EventSubmitException
Constructs a EventSubmitException
EXCEPTION - 类 中的静态变量top.focess.qq.api.util.network.HttpResponse
Exception thrown error code
ExceptionDataConverter<T> - top.focess.qq.api.command.converter中的类
Simplify the DataConverter class.
ExceptionDataConverter() - 类 的构造器top.focess.qq.api.command.converter.ExceptionDataConverter
 
ExceptionOptionType<T> - top.focess.qq.core.util.option.type中的类
 
ExceptionOptionType() - 类 的构造器top.focess.qq.core.util.option.type.ExceptionOptionType
 
exec(String) - 类 中的方法top.focess.qq.api.command.CommandSender
Execute command with this CommandSender
exec(String) - 类 中的静态方法top.focess.qq.Main.CommandLine
Execute command using CommandSender.CONSOLE
exec(CommandSender, String) - 类 中的静态方法top.focess.qq.Main.CommandLine
Execute command with sender
exec(CommandSender, String, IOHandler) - 类 中的静态方法top.focess.qq.Main.CommandLine
Execute command with sender executing and ioHandler receiving
execute(CommandSender, String[], IOHandler) - 类 中的方法top.focess.qq.api.command.Command
Execute the command with special arguments
execute(CommandSender, DataCollection, IOHandler) - 接口 中的方法top.focess.qq.api.command.CommandExecutor
Used to execute the command under certain conditions
execute(CommandResult) - 接口 中的方法top.focess.qq.api.command.CommandResultExecutor
Used to have response to CommandResult after executing a special CommandExecutor
exit() - 类 中的静态方法top.focess.qq.Main
Exit Bot

F

fatal(String) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message with ERROR level
fatalLang(String, Object...) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message with ERROR level
findClass(String, boolean) - 类 中的方法top.focess.qq.core.plugin.PluginClassLoader
 
flag - 类 中的变量top.focess.qq.api.util.IOHandler
 
flip() - 类 中的方法top.focess.qq.api.command.data.BooleanBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.CommandBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.DataBuffer
Flip all the buffers.
flip() - 类 中的方法top.focess.qq.api.command.data.DoubleBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.IntBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.LongBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.ObjectBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.PluginBuffer
 
flip() - 类 中的方法top.focess.qq.api.command.data.StringBuffer
 
FocessClientReceiver - top.focess.qq.core.net中的类
 
FocessClientReceiver(FocessSocket, String, String, int, String) - 类 的构造器top.focess.qq.core.net.FocessClientReceiver
 
FocessLogger - top.focess.qq.api.util.logger中的类
This is a logger util class.
FocessLogger() - 类 的构造器top.focess.qq.api.util.logger.FocessLogger
Initialize a logger for this framework.
FocessReceiver - top.focess.qq.core.net中的类
 
FocessReceiver(FocessSocket) - 类 的构造器top.focess.qq.core.net.FocessReceiver
 
FocessSidedClientReceiver - top.focess.qq.core.net中的类
 
FocessSidedClientReceiver(FocessSidedClientSocket, String) - 类 的构造器top.focess.qq.core.net.FocessSidedClientReceiver
 
FocessSidedClientSocket - top.focess.qq.core.net中的类
 
FocessSidedClientSocket(String, int) - 类 的构造器top.focess.qq.core.net.FocessSidedClientSocket
 
FocessSidedReceiver - top.focess.qq.core.net中的类
 
FocessSidedReceiver() - 类 的构造器top.focess.qq.core.net.FocessSidedReceiver
 
FocessSidedSocket - top.focess.qq.core.net中的类
 
FocessSidedSocket(int) - 类 的构造器top.focess.qq.core.net.FocessSidedSocket
 
FocessSocket - top.focess.qq.core.net中的类
 
FocessSocket(int) - 类 的构造器top.focess.qq.core.net.FocessSocket
 
FocessUDPMultiReceiver - top.focess.qq.core.net中的类
 
FocessUDPMultiReceiver(FocessUDPSocket) - 类 的构造器top.focess.qq.core.net.FocessUDPMultiReceiver
 
FocessUDPReceiver - top.focess.qq.core.net中的类
 
FocessUDPReceiver(FocessUDPSocket) - 类 的构造器top.focess.qq.core.net.FocessUDPReceiver
 
FocessUDPSocket - top.focess.qq.core.net中的类
 
FocessUDPSocket(int) - 类 的构造器top.focess.qq.core.net.FocessUDPSocket
 
forName(String) - 类 中的静态方法top.focess.qq.core.plugin.PluginCoreClassLoader
 
FriendChatEvent - top.focess.qq.api.event.chat中的类
Called when a friend chat with bot
FriendChatEvent(Bot, Friend, MessageChain, OnlineMessageSource.Incoming.FromFriend) - 类 的构造器top.focess.qq.api.event.chat.FriendChatEvent
Constructs a FriendChatEvent
FriendCommand - top.focess.qq.core.commands中的类
 
FriendCommand() - 类 的构造器top.focess.qq.core.commands.FriendCommand
 
FriendInputStatusEvent - top.focess.qq.api.event.bot中的类
Called when friend input status is changed
FriendInputStatusEvent(Bot, Friend, boolean) - 类 的构造器top.focess.qq.api.event.bot.FriendInputStatusEvent
Constructs a FriendInputStatusEvent
FriendMessageEvent - top.focess.qq.api.event.message中的类
Called when a friend chat with bot (this does not execute any commands)
FriendMessageEvent(Bot, Friend, MessageChain) - 类 的构造器top.focess.qq.api.event.message.FriendMessageEvent
Constructs a FriendMessageEvent
FriendRecallEvent - top.focess.qq.api.event.recall中的类
Called when a Friend recall a message
FriendRecallEvent(Bot, Friend, int[]) - 类 的构造器top.focess.qq.api.event.recall.FriendRecallEvent
Constructs a FriendRecallEvent
FriendRequestEvent - top.focess.qq.api.event.request中的类
Called when a friend-request comes
FriendRequestEvent(Bot, long, String, Group, String) - 类 的构造器top.focess.qq.api.event.request.FriendRequestEvent
Constructs a FriendRequestEvent

G

get() - 类 中的方法top.focess.qq.api.command.data.BooleanBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.CommandBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.DataBuffer
Get element in the buffer in order
get() - 类 中的方法top.focess.qq.api.command.data.DoubleBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.IntBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.LongBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.ObjectBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.PluginBuffer
 
get() - 类 中的方法top.focess.qq.api.command.data.StringBuffer
 
get() - 类 中的方法top.focess.qq.api.command.DataCollection
Get String argument in order
get(Class<T>) - 类 中的方法top.focess.qq.api.command.DataCollection
Get customize buffer element
get() - 类 中的方法top.focess.qq.api.util.CombinedFuture
 
get(long, TimeUnit) - 类 中的方法top.focess.qq.api.util.CombinedFuture
 
get(String) - 类 中的方法top.focess.qq.api.util.config.Config
 
get(String) - 类 中的方法top.focess.qq.api.util.config.DefaultConfig
 
get(String) - 类 中的方法top.focess.qq.api.util.config.LangConfig
 
get(String, Map<String, Object>, Map<String, String>) - 类 中的方法top.focess.qq.api.util.network.NetworkHandler
Send a GET http-request
get(String) - 类 中的静态方法top.focess.qq.api.util.Property
Get the value of the key in the properties
get(String) - 接口 中的方法top.focess.qq.api.util.SectionMap
Get the value of the key-value pair
get(String) - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
 
get(OptionType<T>) - 类 中的方法top.focess.qq.core.util.option.Option
 
get(String) - 类 中的方法top.focess.qq.core.util.option.Options
 
getAccept() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
 
getAccept() - 类 中的方法top.focess.qq.api.event.request.GroupRequestEvent
 
getAliases() - 类 中的方法top.focess.qq.api.command.Command
 
getArgs() - 类 中的方法top.focess.qq.api.event.command.CommandExecutedEvent
 
getArgs() - 类 中的方法top.focess.qq.api.event.command.CommandPrepostEvent
 
getAsFriend() - 接口 中的方法top.focess.qq.api.bot.Bot
Get the bot itself as a friend
getAsFriend() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getAsJSON() - 类 中的方法top.focess.qq.api.util.network.HttpResponse
Get the values as JSON instance
getAuthor() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getAuthor() - 类 中的静态方法top.focess.qq.Main
get Author as a Friend
getAuthorId() - 类 中的静态方法top.focess.qq.Main
 
getBoolean() - 类 中的方法top.focess.qq.api.command.DataCollection
Get boolean argument in order
getBot(long) - 接口 中的方法top.focess.qq.api.bot.BotManager
Get the bot with special id
getBot() - 类 中的方法top.focess.qq.api.command.CommandSender
Get the bot
getBot() - 类 中的方法top.focess.qq.api.event.bot.BotEvent
 
getBot(long) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
getBot() - 类 中的静态方法top.focess.qq.Main
 
getBotManager() - 类 中的静态方法top.focess.qq.Main
 
getBots() - 接口 中的方法top.focess.qq.api.bot.BotManager
Get the list of bots
getBots() - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
getBuild() - 类 中的方法top.focess.qq.api.util.version.Version
 
getBytes() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Get all bytes of the packet
getCallerClass() - 类 中的静态方法top.focess.qq.core.util.MethodCaller
 
getClassLoadedBy(Class<?>) - 类 中的静态方法top.focess.qq.core.plugin.PluginCoreClassLoader
Get the plugin of the loaded class
getClient(String) - 接口 中的方法top.focess.qq.api.net.ServerMultiReceiver
 
getClient(String) - 接口 中的方法top.focess.qq.api.net.ServerReceiver
Get the client by given name
getClient(String) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
getClient(String) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
getClient(String) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
getClientId() - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Get the client id
getClientId() - 类 中的方法top.focess.qq.api.net.packet.ClientPacket
 
getClientId() - 类 中的方法top.focess.qq.api.net.packet.ConnectedPacket
 
getClientId() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
getClientId() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
getClientReceiver() - 类 中的静态方法top.focess.qq.Main
 
getClients(String) - 接口 中的方法top.focess.qq.api.net.ServerMultiReceiver
Get the list of the clients with given name
getClients(String) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
getClientToken() - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Get the client token
getClientToken() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
getClientToken() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
getCode() - 类 中的方法top.focess.qq.api.util.network.HttpResponse
 
getCommand() - 类 中的方法top.focess.qq.api.command.Command.Executor
Get the command this Executor belongs to
getCommand() - 类 中的方法top.focess.qq.api.command.DataCollection
Get Command argument in order
getCommand() - 类 中的方法top.focess.qq.api.event.command.CommandPrepostEvent
 
getCommands() - 类 中的静态方法top.focess.qq.api.command.Command
Get all commands
getConfig() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getConfigFile() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getConsoleIoHandler() - 类 中的静态方法top.focess.qq.api.util.IOHandler
 
getDefaultConfig() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getDefaultFolder() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getDouble() - 类 中的方法top.focess.qq.api.command.DataCollection
Get double argument in order
getException() - 类 中的方法top.focess.qq.api.util.network.HttpResponse
 
getExecutor() - 类 中的方法top.focess.qq.api.event.command.CommandExecutedEvent
 
getExecutorPermission() - 类 中的方法top.focess.qq.api.command.Command
 
getFile() - 类 中的方法top.focess.qq.api.util.config.Config
 
getFile() - 类 中的方法top.focess.qq.core.plugin.PluginClassLoader
 
getFirst() - 类 中的方法top.focess.qq.api.util.Pair
 
getFriend(long) - 接口 中的方法top.focess.qq.api.bot.Bot
Get the friend with special id
getFriend() - 类 中的方法top.focess.qq.api.command.CommandSender
Get the Mirai Friend instance, or null if this CommandSender does not present a Mirai Friend instance.
getFriend() - 类 中的方法top.focess.qq.api.event.bot.FriendInputStatusEvent
 
getFriend() - 类 中的方法top.focess.qq.api.event.chat.FriendChatEvent
 
getFriend() - 类 中的方法top.focess.qq.api.event.message.FriendMessageEvent
 
getFriend() - 类 中的方法top.focess.qq.api.event.recall.FriendRecallEvent
 
getFriend(long) - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getFriend(long) - 类 中的静态方法top.focess.qq.Main
Get the Friend Mirai instance by its id
getFriendOrFail(long) - 接口 中的方法top.focess.qq.api.bot.Bot
Get the friend with special id
getFriendOrFail(long) - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getFriends() - 接口 中的方法top.focess.qq.api.bot.Bot
Get all the friends
getFriends() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getGroup(long) - 接口 中的方法top.focess.qq.api.bot.Bot
Get the group with special id
getGroup() - 类 中的方法top.focess.qq.api.event.chat.GroupChatEvent
Get the Group Mirai instance of the member
getGroup() - 类 中的方法top.focess.qq.api.event.message.GroupMessageEvent
Get the Group Mirai instance of the member
getGroup() - 类 中的方法top.focess.qq.api.event.recall.GroupRecallEvent
Get the Group where the member recalls the message
getGroup() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
 
getGroup(long) - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getGroup(long) - 类 中的静态方法top.focess.qq.Main
Get the Group Mirai instance by its id
getGroups() - 接口 中的方法top.focess.qq.api.bot.Bot
Get all the groups
getGroups() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getHeaders() - 类 中的方法top.focess.qq.api.util.network.HttpResponse
 
getHost() - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Get the target host of the client
getHost() - 类 中的方法top.focess.qq.api.net.packet.ConnectPacket
 
getHost() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
getHost() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
getHost() - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
getHost() - 类 中的方法top.focess.qq.core.net.SimpleClient
 
getId() - 接口 中的方法top.focess.qq.api.bot.Bot
Get the id of the bot
getId() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
 
getId() - 类 中的方法top.focess.qq.api.event.request.GroupRequestEvent
 
getId() - 接口 中的方法top.focess.qq.api.net.Client
Get the client id
getId() - 类 中的方法top.focess.qq.api.net.packet.ClientPackPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.ConnectedPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.ConnectPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.DisconnectedPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.DisconnectPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.HeartPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.MessagePacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.Packet
Get the packet id
getId() - 类 中的方法top.focess.qq.api.net.packet.ServerPackPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.SidedConnectPacket
 
getId() - 类 中的方法top.focess.qq.api.net.packet.WaitPacket
 
getId() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getId() - 类 中的方法top.focess.qq.core.net.SimpleClient
 
getInt() - 类 中的方法top.focess.qq.api.command.DataCollection
Get int argument in order
getInvitor() - 类 中的方法top.focess.qq.api.event.request.GroupRequestEvent
 
getIOHandler() - 类 中的方法top.focess.qq.api.command.CommandSender
Get the receiver by this CommandSender
getIoHandler() - 类 中的方法top.focess.qq.api.event.command.CommandExecutedEvent
 
getIoHandler() - 类 中的方法top.focess.qq.api.event.command.CommandPrepostEvent
 
getKey() - 类 中的方法top.focess.qq.api.util.Pair
 
getLangConfig() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getLangConfig() - 类 中的静态方法top.focess.qq.Main
 
getLeft() - 类 中的方法top.focess.qq.api.util.Pair
 
getList(String) - 类 中的方法top.focess.qq.api.util.json.JSON
Get the list named key
getLoadedClasses() - 类 中的方法top.focess.qq.core.plugin.PluginClassLoader
 
getLocalPort() - 类 中的方法top.focess.qq.core.net.FocessSidedSocket
 
getLocalPort() - 类 中的方法top.focess.qq.core.net.FocessSocket
 
getLogger() - 类 中的静态方法top.focess.qq.Main
 
getLong() - 类 中的方法top.focess.qq.api.command.DataCollection
Get long argument in order
getMain() - 类 中的方法top.focess.qq.api.plugin.PluginDescription
 
getMainPlugin() - 类 中的静态方法top.focess.qq.Main
 
getMajor() - 类 中的方法top.focess.qq.api.util.version.Version
 
getMember() - 类 中的方法top.focess.qq.api.command.CommandSender
Get the Mirai Member instance, or null if this CommandSender does not present a Mirai Member instance.
getMember() - 类 中的方法top.focess.qq.api.event.chat.GroupChatEvent
 
getMember() - 类 中的方法top.focess.qq.api.event.message.GroupMessageEvent
 
getMember() - 类 中的方法top.focess.qq.api.event.recall.GroupRecallEvent
 
getMessage() - 类 中的方法top.focess.qq.api.event.chat.ChatEvent
 
getMessage() - 类 中的方法top.focess.qq.api.event.chat.ConsoleChatEvent
 
getMessage() - 类 中的方法top.focess.qq.api.event.message.ConsoleMessageEvent
 
getMessage() - 类 中的方法top.focess.qq.api.event.message.MessageEvent
 
getMessage() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
 
getMessage() - 类 中的方法top.focess.qq.api.net.packet.MessagePacket
 
getMessageIds() - 类 中的方法top.focess.qq.api.event.recall.FriendRecallEvent
 
getMessageIds() - 类 中的方法top.focess.qq.api.event.recall.GroupRecallEvent
 
getMinor() - 类 中的方法top.focess.qq.api.util.version.Version
 
getName() - 类 中的方法top.focess.qq.api.command.Command
 
getName() - 类 中的方法top.focess.qq.api.event.request.GroupRequestEvent
 
getName() - 接口 中的方法top.focess.qq.api.net.Client
Get the client name
getName() - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Get the name of the client
getName() - 类 中的方法top.focess.qq.api.net.packet.ConnectPacket
 
getName() - 类 中的方法top.focess.qq.api.net.packet.SidedConnectPacket
 
getName() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getName() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
getName() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
getName() - 类 中的方法top.focess.qq.core.net.SimpleClient
 
getName() - 类 中的方法top.focess.qq.core.util.option.Option
 
getName() - 类 中的方法top.focess.qq.core.util.option.OptionParserClassifier
 
getNativeBot() - 接口 中的方法top.focess.qq.api.bot.Bot
Get the Mirai Bot Instance
getNativeBot() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getNick() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
 
getOperator() - 类 中的方法top.focess.qq.api.event.recall.GroupRecallEvent
 
getOptionTypes() - 类 中的方法top.focess.qq.core.util.option.OptionParserClassifier
 
getPacket() - 类 中的方法top.focess.qq.api.net.packet.ClientPackPacket
 
getPacket() - 类 中的方法top.focess.qq.api.net.packet.ServerPackPacket
 
getParent() - 类 中的方法top.focess.qq.api.util.json.JSONSection
Get the parent section
getParent() - 类 中的方法top.focess.qq.api.util.session.SessionSection
Get the parent section
getParent() - 类 中的方法top.focess.qq.api.util.yaml.YamlConfigurationSection
Get the parent section
getPassword() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getPermission() - 类 中的方法top.focess.qq.api.command.Command
 
getPermission() - 类 中的方法top.focess.qq.api.command.CommandSender
Get permission
getPlugin() - 类 中的方法top.focess.qq.api.command.Command
 
getPlugin() - 类 中的方法top.focess.qq.api.command.DataCollection
Get Plugin argument in order
getPlugin() - 类 中的方法top.focess.qq.api.event.ListenerHandler
Get the plugin of the listener
getPlugin() - 类 中的方法top.focess.qq.api.event.plugin.PluginEvent
 
getPlugin(Class<? extends Plugin>) - 类 中的静态方法top.focess.qq.api.plugin.Plugin
Get Plugin instance by the class instance
getPlugin(String) - 类 中的静态方法top.focess.qq.api.plugin.Plugin
Get Plugin instance by the name
getPlugin(Class<T>) - 类 中的静态方法top.focess.qq.core.plugin.PluginClassLoader
Get Plugin instance by the class instance
getPlugin(String) - 类 中的静态方法top.focess.qq.core.plugin.PluginClassLoader
Get Plugin instance by the name
getPlugin() - 类 中的方法top.focess.qq.core.plugin.PluginClassLoader
 
getPlugin(String) - 类 中的静态方法top.focess.qq.Main
Get the plugin by its name
getPlugin(Class<? extends Plugin>) - 类 中的静态方法top.focess.qq.Main
Get the plugin by its class
getPluginDescription() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getPluginDescription() - 类 中的方法top.focess.qq.core.plugin.PluginClassLoader
 
getPlugins() - 类 中的静态方法top.focess.qq.core.plugin.PluginClassLoader
Get all plugins registered
getPlugins() - 类 中的静态方法top.focess.qq.Main
Get all the loaded plugins
getPort() - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Get the target port of the client
getPort() - 类 中的方法top.focess.qq.api.net.packet.ConnectPacket
 
getPort() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
getPort() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
getPort() - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
getPort() - 类 中的方法top.focess.qq.core.net.SimpleClient
 
getPriority() - 枚举 中的方法top.focess.qq.api.event.EventPriority
 
getProperties() - 类 中的静态方法top.focess.qq.Main.MainPlugin
 
getResponse() - 类 中的方法top.focess.qq.api.util.network.HttpResponse
 
getResult() - 类 中的方法top.focess.qq.api.event.command.CommandExecutedEvent
 
getRevision() - 类 中的方法top.focess.qq.api.util.version.Version
 
getRight() - 类 中的方法top.focess.qq.api.util.Pair
 
getSecond() - 类 中的方法top.focess.qq.api.util.Pair
 
getSection(String) - 类 中的方法top.focess.qq.api.util.json.JSON
 
getSection(String) - 接口 中的方法top.focess.qq.api.util.SectionMap
Get the section named key
getSection(String) - 类 中的方法top.focess.qq.api.util.session.Session
 
getSection(String) - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
 
getSender() - 类 中的方法top.focess.qq.api.event.command.CommandExecutedEvent
 
getSender() - 类 中的方法top.focess.qq.api.event.command.CommandPrepostEvent
 
getServerReceiver() - 类 中的静态方法top.focess.qq.Main
 
getSession() - 类 中的方法top.focess.qq.api.command.CommandSender
Get Session of a special CommandSender.
getSocket() - 类 中的静态方法top.focess.qq.Main
 
getSource() - 类 中的方法top.focess.qq.api.event.chat.FriendChatEvent
 
getSource() - 类 中的方法top.focess.qq.api.event.chat.GroupChatEvent
 
getSource() - 类 中的方法top.focess.qq.api.event.chat.StrangerChatEvent
 
getSource() - 类 中的方法top.focess.qq.api.event.message.GroupMessageEvent
 
getStranger() - 类 中的方法top.focess.qq.api.event.chat.StrangerChatEvent
 
getStranger() - 类 中的方法top.focess.qq.api.event.message.StrangerMessageEvent
 
getTargetClass() - 类 中的方法top.focess.qq.api.command.converter.CommandDataConverter
 
getTargetClass() - 类 中的方法top.focess.qq.api.command.converter.PluginDataConverter
 
getTargetClass() - 类 中的方法top.focess.qq.api.command.DataConverter
 
getTime() - 类 中的方法top.focess.qq.api.net.packet.HeartPacket
 
getToken() - 类 中的方法top.focess.qq.api.net.packet.ClientPacket
 
getToken() - 类 中的方法top.focess.qq.api.net.packet.ConnectedPacket
 
getToken() - 类 中的方法top.focess.qq.core.net.SimpleClient
 
getUdpServerMultiReceiver() - 类 中的静态方法top.focess.qq.Main
 
getUdpServerReceiver() - 类 中的静态方法top.focess.qq.Main
 
getUdpSocket() - 类 中的静态方法top.focess.qq.Main
 
getUsername() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
getUsername() - 类 中的静态方法top.focess.qq.Main
 
getValue() - 枚举 中的方法top.focess.qq.api.command.CommandResult
 
getValue() - 类 中的方法top.focess.qq.api.util.Pair
 
getValues() - 类 中的方法top.focess.qq.api.util.json.JSON
 
getValues() - 类 中的方法top.focess.qq.api.util.json.JSONList
 
getValues() - 接口 中的方法top.focess.qq.api.util.SectionMap
Get all the key-value pairs
getValues() - 类 中的方法top.focess.qq.api.util.session.Session
 
getValues() - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
 
getVersion() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
getVersion() - 类 中的静态方法top.focess.qq.Main
 
GroupChatEvent - top.focess.qq.api.event.chat中的类
Called when a member who chats in the group the bot is in
GroupChatEvent(Bot, Member, MessageChain, OnlineMessageSource.Incoming.FromGroup) - 类 的构造器top.focess.qq.api.event.chat.GroupChatEvent
Constructs a GroupChatEvent
GroupCommand - top.focess.qq.core.commands中的类
 
GroupCommand() - 类 的构造器top.focess.qq.core.commands.GroupCommand
 
GroupMessageEvent - top.focess.qq.api.event.message中的类
Called when a member who chats in the group the bot is in (this does not execute any commands)
GroupMessageEvent(Bot, Member, MessageChain, OnlineMessageSource.Incoming.FromGroup) - 类 的构造器top.focess.qq.api.event.message.GroupMessageEvent
Constructs a GroupMessageEvent
GroupRecallEvent - top.focess.qq.api.event.recall中的类
Called when a Member recall a message in a Group
GroupRecallEvent(Bot, Member, int[], Member) - 类 的构造器top.focess.qq.api.event.recall.GroupRecallEvent
Constructs a GroupRecallEvent
GroupRequestEvent - top.focess.qq.api.event.request中的类
Called when a group-request comes
GroupRequestEvent(Bot, long, String, Friend) - 类 的构造器top.focess.qq.api.event.request.GroupRequestEvent
Constructs a GroupRecallEvent

H

handle(T) - 接口 中的方法top.focess.qq.api.net.PackHandler
Used to handle the packet
handle(Class<?>, Annotation, PluginClassLoader) - 接口 中的方法top.focess.qq.core.plugin.AnnotationHandler
 
handle(String, InputStream, PluginClassLoader) - 接口 中的方法top.focess.qq.core.plugin.ResourceHandler
 
hashCode() - 类 中的方法top.focess.qq.api.command.CommandSender
 
hashCode() - 类 中的方法top.focess.qq.api.plugin.Plugin
 
hashCode() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
hasInput() - 类 中的方法top.focess.qq.api.util.IOHandler
Indicate there needs the MiraiCode of this input if it is a Mirai Message, or the string value of this input.
hasInput(boolean) - 类 中的方法top.focess.qq.api.util.IOHandler
Indicate there needs an input String.
hasKey(String) - 类 中的静态方法top.focess.qq.api.util.Property
Indicate whether it has the key or not
hasPermission(CommandPermission) - 枚举 中的方法top.focess.qq.api.command.CommandPermission
 
hasPermission(MemberPermission) - 类 中的方法top.focess.qq.api.command.CommandSender
已过时。
hasPermission(CommandPermission) - 类 中的方法top.focess.qq.api.command.CommandSender
Indicate whether this CommandSender owns the permission
HEADER - 类 中的静态变量top.focess.qq.core.commands.util.ChatConstants
 
HeartPacket - top.focess.qq.api.net.packet中的类
Used to tell server the connection is not lost.
HeartPacket(int, String, long) - 类 的构造器top.focess.qq.api.net.packet.HeartPacket
Constructs a HeartPacket
HeartPacketCodec - top.focess.qq.api.net.packet中的类
Codec for HeartPacket.
HeartPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.HeartPacketCodec
 
HttpResponse - top.focess.qq.api.util.network中的类
This class is used to define a response to a http-request
HttpResponse(Exception) - 类 的构造器top.focess.qq.api.util.network.HttpResponse
Initialize an exception thrown HttpResponse with e
HttpResponse(int, Headers, String) - 类 的构造器top.focess.qq.api.util.network.HttpResponse
Initialize a HttpResponse without exceptions

I

ignore() - 类 中的方法top.focess.qq.api.event.request.GroupRequestEvent
Ignore the request
IllegalCommandClassException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate this class is not an illegal Command class
IllegalCommandClassException(Class<?>) - 异常错误 的构造器top.focess.qq.api.exceptions.IllegalCommandClassException
Constructs a IllegalCommandClassException
IllegalOptionException - top.focess.qq.core.exceptions中的异常错误
 
IllegalOptionException(String, String) - 异常错误 的构造器top.focess.qq.core.exceptions.IllegalOptionException
 
IllegalPluginClassException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate this class is not an illegal Plugin class
IllegalPluginClassException(Class<?>) - 异常错误 的构造器top.focess.qq.api.exceptions.IllegalPluginClassException
Constructs a IllegalPluginClassException
IllegalPortException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate this port is not available
IllegalPortException(int) - 异常错误 的构造器top.focess.qq.api.exceptions.IllegalPortException
Constructs a IllegalPortException
info(String) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message with INFO level
infoLang(String, Object...) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message with INFO level
init() - 类 中的方法top.focess.qq.api.command.Command
Used to initialize the command (the primary goal is to define the default executors)
init() - 类 中的方法top.focess.qq.core.commands.BotCommand
 
init() - 类 中的方法top.focess.qq.core.commands.CommandCommand
 
init() - 类 中的方法top.focess.qq.core.commands.FriendCommand
 
init() - 类 中的方法top.focess.qq.core.commands.GroupCommand
 
init() - 类 中的方法top.focess.qq.core.commands.LoadCommand
 
init() - 类 中的方法top.focess.qq.core.commands.PluginCommand
 
init() - 类 中的方法top.focess.qq.core.commands.ReloadCommand
 
init() - 类 中的方法top.focess.qq.core.commands.StopCommand
 
init() - 类 中的方法top.focess.qq.core.commands.UnloadCommand
 
input() - 类 中的方法top.focess.qq.api.util.IOHandler
Used to get input String
input(String) - 类 中的方法top.focess.qq.api.util.IOHandler
Used to input String
InputTimeoutException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate IOHandler has waited for more than 10 minutes to get input String
InputTimeoutException() - 异常错误 的构造器top.focess.qq.api.exceptions.InputTimeoutException
Constructs a InputTimeoutException
IntBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of Int.
INTEGER_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.DataConverter
Convert the String argument to Integer argument
INTEGER_OPTION_TYPE - 类 中的静态变量top.focess.qq.core.util.option.type.IntegerOptionType
 
INTEGER_PREDICATE - 类 中的静态变量top.focess.qq.api.command.DataConverter
It is a Predicate used to predicate a String is an Integer
IntegerOptionType - top.focess.qq.core.util.option.type中的类
 
IntegerOptionType() - 类 的构造器top.focess.qq.core.util.option.type.IntegerOptionType
 
IOHandler - top.focess.qq.api.util中的类
This class is used to handle input and output when executing Command.
IOHandler() - 类 的构造器top.focess.qq.api.util.IOHandler
 
isAuthor() - 类 中的方法top.focess.qq.api.command.CommandSender
Indicate whether this is an Author Mirai Friend Instance or an Author Mirai Member Instance
isBlackList() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
Indicate add this stranger to blacklist
isCancelled() - 接口 中的方法top.focess.qq.api.event.Cancellable
Indicate this event is cancelled
isCancelled() - 类 中的方法top.focess.qq.api.event.command.CommandPrepostEvent
 
isCancelled() - 类 中的方法top.focess.qq.api.util.CombinedFuture
 
isConnected() - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Indicate this client has connected to a server
isConnected(String) - 接口 中的方法top.focess.qq.api.net.ServerReceiver
Indicate the client is connected to server
isConnected() - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
isConnected(String) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
isConnected() - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
isConnected(String) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
isConnected(String) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
isConnected(String) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
isConsole() - 类 中的方法top.focess.qq.api.command.CommandSender
Indicate whether it is CONSOLE
isDefaultBot() - 接口 中的方法top.focess.qq.api.bot.Bot
Indicate this is the default bot
isDefaultBot() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
isDone() - 类 中的方法top.focess.qq.api.util.CombinedFuture
 
isError() - 类 中的方法top.focess.qq.api.util.network.HttpResponse
Indicate this is an exception thrown HttpResponse
isFriend() - 类 中的方法top.focess.qq.api.command.CommandSender
Indicate whether this is a Mirai Friend instance
isInitialize() - 类 中的方法top.focess.qq.api.command.Command
 
isInput() - 类 中的方法top.focess.qq.api.event.bot.FriendInputStatusEvent
 
isMember() - 类 中的方法top.focess.qq.api.command.CommandSender
Indicate whether this is a Mirai Member instance
isOnline() - 接口 中的方法top.focess.qq.api.bot.Bot
Indicate the bot is online
isOnline() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
isPrevent() - 类 中的方法top.focess.qq.api.event.Event
 
isRegistered() - 类 中的方法top.focess.qq.api.command.Command
 
isRunning() - 类 中的静态方法top.focess.qq.Main
 
isStranger() - 类 中的方法top.focess.qq.api.command.CommandSender
Indicate whether this is a Mirai Stranger instance

J

JSON - top.focess.qq.api.util.json中的类
This class is used to define a JSON object as Map.
JSON(String) - 类 的构造器top.focess.qq.api.util.json.JSON
 
JSON(Map<String, Object>) - 类 的构造器top.focess.qq.api.util.json.JSON
 
JSON - 类 中的静态变量top.focess.qq.api.util.network.NetworkHandler
Used to indicate this http-request accepts JSON
JSONList - top.focess.qq.api.util.json中的类
This class is used to define a JSON object as List.
JSONList(String) - 类 的构造器top.focess.qq.api.util.json.JSONList
 
JSONList(List<?>) - 类 的构造器top.focess.qq.api.util.json.JSONList
 
JSONParseException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate JSON parsing error
JSONParseException(String) - 异常错误 的构造器top.focess.qq.api.exceptions.JSONParseException
Constructs a new JSONParseException
JSONSection - top.focess.qq.api.util.json中的类
Section of JSON.
JSONSection(JSON, Map<String, Object>) - 类 的构造器top.focess.qq.api.util.json.JSONSection
 

K

keys() - 接口 中的方法top.focess.qq.api.util.SectionMap
Get all the keys in set

L

LangConfig - top.focess.qq.api.util.config中的类
 
LangConfig(InputStream) - 类 的构造器top.focess.qq.api.util.config.LangConfig
 
LangConfig(File) - 类 的构造器top.focess.qq.api.util.config.LangConfig
 
LazyPlugin - top.focess.qq.api.plugin中的类
This is lazy version of the plugin.
LazyPlugin(String, String, Version) - 类 的构造器top.focess.qq.api.plugin.LazyPlugin
Initialize a Plugin instance by its name.
LazyPlugin() - 类 的构造器top.focess.qq.api.plugin.LazyPlugin
Provide a constructor to help PluginType design.
Listener - top.focess.qq.api.event中的接口
This class is used to indicate this is an event listener
ListenerHandler - top.focess.qq.api.event中的类
This class is used to help invoke listener methods
ListenerHandler() - 类 的构造器top.focess.qq.api.event.ListenerHandler
 
load(InputStream) - 类 中的静态方法top.focess.qq.api.util.yaml.YamlConfiguration
 
load() - 类 中的方法top.focess.qq.core.plugin.PluginClassLoader
 
loadClass(String, boolean) - 类 中的方法top.focess.qq.core.plugin.PluginCoreClassLoader
 
LoadCommand - top.focess.qq.core.commands中的类
 
LoadCommand() - 类 的构造器top.focess.qq.core.commands.LoadCommand
 
LOADERS - 类 中的静态变量top.focess.qq.core.plugin.PluginCoreClassLoader
 
loadFile(File) - 类 中的静态方法top.focess.qq.api.util.yaml.YamlConfiguration
Load the file as a YAML configuration
loadResource(String) - 类 中的方法top.focess.qq.api.plugin.Plugin
 
login() - 接口 中的方法top.focess.qq.api.bot.Bot
Login the bot
login(long, String) - 接口 中的方法top.focess.qq.api.bot.BotManager
Login and get the bot with id and password
login(Bot) - 接口 中的方法top.focess.qq.api.bot.BotManager
Login the bot
login() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
login(long, String) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
login(Bot) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
loginDirectly(long, String) - 接口 中的方法top.focess.qq.api.bot.BotManager
Login and get the bot with id and password This is a blocking method
loginDirectly(long, String) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
logout() - 接口 中的方法top.focess.qq.api.bot.Bot
Logout the bot
logout(Bot) - 接口 中的方法top.focess.qq.api.bot.BotManager
Logout the bot
logout() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
logout(Bot) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
LONG_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.DataConverter
Convert the String argument to Long argument
LONG_OPTION_TYPE - 类 中的静态变量top.focess.qq.core.util.option.type.LongOptionType
 
LONG_PREDICATE - 类 中的静态变量top.focess.qq.api.command.DataConverter
It is a Predicate used to predicate a String is a Long
LongBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of Long.
LongOptionType - top.focess.qq.core.util.option.type中的类
 
LongOptionType() - 类 的构造器top.focess.qq.core.util.option.type.LongOptionType
 

M

main(String[]) - 类 中的静态方法top.focess.qq.api.util.version.Version
 
Main - top.focess.qq中的类
 
Main() - 类 的构造器top.focess.qq.Main
 
main(String[]) - 类 中的静态方法top.focess.qq.Main
 
Main.CommandLine - top.focess.qq中的类
The CommandLine Tool Class can be used to exec command with customize executor, arguments and receiver.
Main.MainPlugin - top.focess.qq中的类
The MainPlugin Plugin is a core plugin in Bot.
MainPlugin() - 类 的构造器top.focess.qq.Main.MainPlugin
 
MessageEvent - top.focess.qq.api.event.message中的类
Called when a friend chat with bot or a member chat in a group the bot is in (this does not execute any commands)
MessageEvent(Bot, MessageChain) - 类 的构造器top.focess.qq.api.event.message.MessageEvent
Constructs a MessageEvent
MessagePacket - top.focess.qq.api.net.packet中的类
Used to send String message.
MessagePacket(String) - 类 的构造器top.focess.qq.api.net.packet.MessagePacket
Constructs a MessagePacket
MessagePacketCodec - top.focess.qq.api.net.packet中的类
Codec for MessagePacket.
MessagePacketCodec() - 类 的构造器top.focess.qq.api.net.packet.MessagePacketCodec
 
MethodCaller - top.focess.qq.core.util中的类
 
MethodCaller() - 类 的构造器top.focess.qq.core.util.MethodCaller
 

N

NAME_PLUGIN_MAP - 类 中的静态变量top.focess.qq.core.plugin.PluginClassLoader
 
NetworkHandler - top.focess.qq.api.util.network中的类
This is a network util class.
NetworkHandler() - 类 的构造器top.focess.qq.api.util.network.NetworkHandler
 
NetworkHandler.RequestType - top.focess.qq.api.util.network中的枚举
 
newBuffer(int) - 接口 中的方法top.focess.qq.api.command.DataCollection.BufferGetter
Instance a buffer with fixed size
NullDataConverter<T> - top.focess.qq.api.command.converter中的类
Simplify the DataConverter class.
NullDataConverter() - 类 的构造器top.focess.qq.api.command.converter.NullDataConverter
 

O

ObjectBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of Object.
ObjectInputCoreStream - top.focess.qq.core.plugin中的类
 
ObjectInputCoreStream(InputStream) - 类 的构造器top.focess.qq.core.plugin.ObjectInputCoreStream
 
of(K, V) - 类 中的静态方法top.focess.qq.api.util.Pair
Constructs a new Pair with static method
ofNull() - 类 中的静态方法top.focess.qq.api.util.network.HttpResponse
 
onClientPacket(ClientPackPacket) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
onClientPacket(ClientPackPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
onClientPacket(ClientPackPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
onClientPacket(ClientPackPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
onConnect(ConnectPacket) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
onConnect(SidedConnectPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
onConnect(ConnectPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
onConnect(ConnectPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
onConnected(ConnectedPacket) - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
onConnected(ConnectedPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
onConsoleChat(ConsoleChatEvent) - 类 中的方法top.focess.qq.core.listener.ConsoleListener
 
onDisconnect(DisconnectPacket) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
onDisconnect(DisconnectPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
onDisconnect(DisconnectPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
onDisconnect(DisconnectPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
onDisconnected(DisconnectedPacket) - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
onDisconnected(DisconnectedPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
onFriendChat(FriendChatEvent) - 类 中的方法top.focess.qq.core.listener.ChatListener
 
onGroupChat(GroupChatEvent) - 类 中的方法top.focess.qq.core.listener.ChatListener
 
onHeart(HeartPacket) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
onHeart(HeartPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
onHeart(HeartPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
onHeart(HeartPacket) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
onPluginLoad(PluginLoadEvent) - 类 中的方法top.focess.qq.core.listener.PluginListener
 
onPluginUnload(PluginUnloadEvent) - 类 中的方法top.focess.qq.core.listener.PluginListener
 
onServerPacket(ServerPackPacket) - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
onServerPacket(ServerPackPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
onStrangerChat(StrangerChatEvent) - 类 中的方法top.focess.qq.core.listener.ChatListener
 
onWait(WaitPacket) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
Option - top.focess.qq.core.util.option中的类
 
Option(OptionParserClassifier) - 类 的构造器top.focess.qq.core.util.option.Option
 
OptionParserClassifier - top.focess.qq.core.util.option中的类
 
OptionParserClassifier(String, OptionType<?>...) - 类 的构造器top.focess.qq.core.util.option.OptionParserClassifier
 
Options - top.focess.qq.core.util.option中的类
 
Options() - 类 的构造器top.focess.qq.core.util.option.Options
 
OptionType<T> - top.focess.qq.core.util.option.type中的类
 
OptionType() - 类 的构造器top.focess.qq.core.util.option.type.OptionType
 
output(String) - 类 中的方法top.focess.qq.api.util.IOHandler
Used to output String
outputLang(String, Object...) - 类 中的方法top.focess.qq.api.util.IOHandler
Used to output formatted language key
overrideExecutorPermission(Predicate<CommandSender>) - 类 中的方法top.focess.qq.api.command.Command.Executor
Set the executor permission check for this Executor When execute this Executor, it will only check the executorPermission

P

Packet - top.focess.qq.api.net.packet中的类
This is the base class of all packets.
Packet() - 类 的构造器top.focess.qq.api.net.packet.Packet
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.ClientPackPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.ConnectedPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.ConnectPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.DisconnectedPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.DisconnectPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.HeartPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.MessagePacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.ServerPackPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.SidedConnectPacket
 
PACKET_ID - 类 中的静态变量top.focess.qq.api.net.packet.WaitPacket
 
PacketCodec<T extends Packet> - top.focess.qq.api.net.packet中的类
The codec for special packet type.
PacketCodec() - 类 的构造器top.focess.qq.api.net.packet.PacketCodec
 
PacketHandler - top.focess.qq.core.net中的注释类型
Represent a packet receiver method.
PacketPreCodec - top.focess.qq.api.net中的类
This class is used to prehandle the packet.
PacketPreCodec() - 类 的构造器top.focess.qq.api.net.PacketPreCodec
 
PackHandler<T extends Packet> - top.focess.qq.api.net中的接口
Represents a packet handler to define how to handle packet.
Pair<K,V> - top.focess.qq.api.util中的类
This is an Easy Util Class to store two Instances.
Pair(K, V) - 类 的构造器top.focess.qq.api.util.Pair
 
parse(String[], OptionParserClassifier...) - 类 中的静态方法top.focess.qq.core.util.option.Options
 
parse(String) - 类 中的方法top.focess.qq.core.util.option.type.IntegerOptionType
 
parse(String) - 类 中的方法top.focess.qq.core.util.option.type.LongOptionType
 
parse(String) - 类 中的方法top.focess.qq.core.util.option.type.OptionType
 
Plugin - top.focess.qq.api.plugin中的类
Represent a Plugin class that can be load, enable and disable.
Plugin(String, String, Version) - 类 的构造器top.focess.qq.api.plugin.Plugin
Initialize a Plugin instance by its name.
Plugin() - 类 的构造器top.focess.qq.api.plugin.Plugin
Provide a constructor to help PluginType design.
PLUGIN_DATA_CONVERTER - 类 中的静态变量top.focess.qq.api.command.converter.PluginDataConverter
Convert the String argument to Plugin argument
PluginBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of Plugin.
PluginClassLoader - top.focess.qq.core.plugin中的类
 
PluginClassLoader(File) - 类 的构造器top.focess.qq.core.plugin.PluginClassLoader
 
PluginCommand - top.focess.qq.core.commands中的类
 
PluginCommand() - 类 的构造器top.focess.qq.core.commands.PluginCommand
 
PluginCoreClassLoader - top.focess.qq.core.plugin中的类
 
PluginCoreClassLoader(ClassLoader) - 类 的构造器top.focess.qq.core.plugin.PluginCoreClassLoader
 
PluginDataConverter - top.focess.qq.api.command.converter中的类
Convert the String argument to Plugin argument
PluginDataConverter() - 类 的构造器top.focess.qq.api.command.converter.PluginDataConverter
 
PluginDescription - top.focess.qq.api.plugin中的类
 
PluginDescription(YamlConfiguration) - 类 的构造器top.focess.qq.api.plugin.PluginDescription
 
PluginDuplicateException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate there is an existed plugin named this name
PluginDuplicateException(String) - 异常错误 的构造器top.focess.qq.api.exceptions.PluginDuplicateException
Constructs a PluginDuplicateException
PluginDuplicateException(String, String) - 异常错误 的构造器top.focess.qq.api.exceptions.PluginDuplicateException
Constructs a PluginDuplicateException
PluginEvent - top.focess.qq.api.event.plugin中的类
Called when a plugin triggers a special action
PluginEvent(Plugin) - 类 的构造器top.focess.qq.api.event.plugin.PluginEvent
Constructs a PluginEvent
PluginListener - top.focess.qq.core.listener中的类
 
PluginListener() - 类 的构造器top.focess.qq.core.listener.PluginListener
 
PluginLoaderException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate none-MainPlugin plugin is not loaded by PluginClassLoader
PluginLoaderException(String) - 异常错误 的构造器top.focess.qq.api.exceptions.PluginLoaderException
Constructs a PluginLoaderException
PluginLoaderException(Class<? extends Plugin>) - 异常错误 的构造器top.focess.qq.api.exceptions.PluginLoaderException
Constructs a PluginLoaderException
PluginLoadEvent - top.focess.qq.api.event.plugin中的类
Called when a plugin is loaded
PluginLoadEvent(Plugin) - 类 的构造器top.focess.qq.api.event.plugin.PluginLoadEvent
Constructs a PluginLoadEvent
PluginLoadException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate there is any exception thrown in the initializing process
PluginLoadException(Class<? extends Plugin>, Exception) - 异常错误 的构造器top.focess.qq.api.exceptions.PluginLoadException
Constructs a PluginLoadException
PluginType - top.focess.qq.api.plugin中的注释类型
Represent this class is a Plugin.
PluginUnloadEvent - top.focess.qq.api.event.plugin中的类
Called when a plugin is unloaded
PluginUnloadEvent(Plugin) - 类 的构造器top.focess.qq.api.event.plugin.PluginUnloadEvent
Constructs a PluginUnloadEvent
post(String, Map<String, Object>, Map<String, String>, MediaType) - 类 中的方法top.focess.qq.api.util.network.NetworkHandler
Send a POST http-request
Property - top.focess.qq.api.util中的类
Store some default properties of this framework.
Property() - 类 的构造器top.focess.qq.api.util.Property
 
push(byte[], int, int) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Push the data to the precodec
push(byte[], int) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Push the data to the precodec
put(Boolean) - 类 中的方法top.focess.qq.api.command.data.BooleanBuffer
 
put(Command) - 类 中的方法top.focess.qq.api.command.data.CommandBuffer
 
put(T) - 类 中的方法top.focess.qq.api.command.data.DataBuffer
Put the element into the buffer
put(Double) - 类 中的方法top.focess.qq.api.command.data.DoubleBuffer
 
put(Integer) - 类 中的方法top.focess.qq.api.command.data.IntBuffer
 
put(Long) - 类 中的方法top.focess.qq.api.command.data.LongBuffer
 
put(Object) - 类 中的方法top.focess.qq.api.command.data.ObjectBuffer
 
put(Plugin) - 类 中的方法top.focess.qq.api.command.data.PluginBuffer
 
put(String) - 类 中的方法top.focess.qq.api.command.data.StringBuffer
 
put(String, Map<String, Object>, Map<String, String>, MediaType) - 类 中的方法top.focess.qq.api.util.network.NetworkHandler
Send a PUT http-request
put(String, Object) - 类 中的静态方法top.focess.qq.api.util.Property
Set the property
put(OptionType<?>, String) - 类 中的方法top.focess.qq.core.util.option.Option
 

Q

QUESTS - 类 中的静态变量top.focess.qq.core.listener.ChatListener
 
QUESTS - 类 中的静态变量top.focess.qq.core.listener.ConsoleListener
 

R

readByte() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a byte
readDouble() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a double
readFloat() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a float
readInt() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a integer
readLong() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a long
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ClientPackPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ConnectedPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ConnectPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.DisconnectedPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.DisconnectPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.HeartPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.MessagePacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.PacketCodec
Read the special packet from precodec
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ServerPackPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.SidedConnectPacketCodec
 
readPacket(PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.WaitPacketCodec
 
readPacket() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a packet
readShort() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a short
readString() - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Read a string
Receiver - top.focess.qq.api.net中的接口
The class is used to handle packet.
refuse() - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
Refuse this request
refuse(boolean) - 类 中的方法top.focess.qq.api.event.request.FriendRequestEvent
Refuse this request and add blacklist to it or not
register(Plugin, Command) - 类 中的静态方法top.focess.qq.api.command.Command
Register the command
register(Plugin, DataConverter<?>, DataCollection.BufferGetter) - 类 中的静态方法top.focess.qq.api.command.DataCollection
Register the getter of the buffer
register(Plugin, Listener) - 类 中的静态方法top.focess.qq.api.event.ListenerHandler
Add the listener and bundle to the plugin
register(Listener, Method, EventHandler) - 类 中的方法top.focess.qq.api.event.ListenerHandler
Register the listener
registerBuffer(DataConverter<?>, DataCollection.BufferGetter) - 类 中的方法top.focess.qq.api.plugin.Plugin
Register the getter of the buffer
registerCommand(Command) - 类 中的方法top.focess.qq.api.plugin.Plugin
Register the command
REGISTERED_PLUGINS - 类 中的静态变量top.focess.qq.core.plugin.PluginClassLoader
 
registerInputListener(IOHandler, CommandSender, boolean) - 类 中的静态方法top.focess.qq.core.listener.ChatListener
Register input String listener.
registerInputListener(IOHandler) - 类 中的静态方法top.focess.qq.core.listener.ConsoleListener
Register input String listener.
registerListener(Listener) - 类 中的方法top.focess.qq.api.plugin.Plugin
Register the listener into the Event chain
registerPacketCodec(int, PacketCodec<T>) - 类 中的静态方法top.focess.qq.api.net.PacketPreCodec
Register the packet codec for the special packet id
registerPackHandler(Class<T>, PackHandler<T>) - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Register packet handler for server
registerPackHandler(String, Class<T>, PackHandler<T>) - 接口 中的方法top.focess.qq.api.net.ServerReceiver
Register packet handler for special client
registerPackHandler(Class<T>, PackHandler<T>) - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
registerPackHandler(String, Class<T>, PackHandler<T>) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
registerPackHandler(Class<T>, PackHandler<T>) - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
registerPackHandler(String, Class<T>, PackHandler<T>) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
registerPackHandler(String, Class<T>, PackHandler<T>) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
registerPackHandler(String, Class<T>, PackHandler<T>) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
registerReceiver(Receiver) - 接口 中的方法top.focess.qq.api.net.Socket
Register packet receiver for this socket
registerReceiver(Receiver) - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
registerReceiver(Receiver) - 类 中的方法top.focess.qq.core.net.FocessSidedSocket
 
registerReceiver(Receiver) - 类 中的方法top.focess.qq.core.net.FocessSocket
 
registerReceiver(Receiver) - 类 中的方法top.focess.qq.core.net.FocessUDPSocket
 
ReloadCommand - top.focess.qq.core.commands中的类
 
ReloadCommand() - 类 的构造器top.focess.qq.core.commands.ReloadCommand
 
reloadPlugin(Plugin) - 类 中的静态方法top.focess.qq.core.commands.ReloadCommand
 
relogin() - 接口 中的方法top.focess.qq.api.bot.Bot
Relogin the bot
relogin(Bot) - 接口 中的方法top.focess.qq.api.bot.BotManager
Relogin the bot
relogin() - 类 中的方法top.focess.qq.core.bot.SimpleBot
 
relogin(Bot) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
remove(long) - 接口 中的方法top.focess.qq.api.bot.BotManager
Remove the bot
remove(String) - 类 中的静态方法top.focess.qq.api.util.Property
Remove the property
remove(String) - 接口 中的方法top.focess.qq.api.util.SectionMap
Remove the key-value pair named key
remove(long) - 类 中的方法top.focess.qq.core.bot.SimpleBotManager
 
removeAll() - 类 中的静态方法top.focess.qq.core.bot.SimpleBotManager
 
removeExecutorPermission() - 类 中的方法top.focess.qq.api.command.Command.Executor
Remove the executor permission check for this Executor
request(String, Map<String, Object>, NetworkHandler.RequestType) - 类 中的方法top.focess.qq.api.util.network.NetworkHandler
Send a http-request
request(String, NetworkHandler.RequestType) - 类 中的方法top.focess.qq.api.util.network.NetworkHandler
Send a http-request
request(String, Map<String, Object>, Map<String, String>, MediaType, NetworkHandler.RequestType) - 类 中的方法top.focess.qq.api.util.network.NetworkHandler
Send a http-request
resolveClass(ObjectStreamClass) - 类 中的方法top.focess.qq.core.plugin.ObjectInputCoreStream
 
ResourceHandler - top.focess.qq.core.plugin中的接口
 

S

save() - 类 中的方法top.focess.qq.api.util.config.Config
 
save() - 类 中的方法top.focess.qq.api.util.config.DefaultConfig
 
save(File) - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
Save the YAML configuration as a file
SectionMap - top.focess.qq.api.util中的接口
This is an util class to define basic access to the data.
sendPacket(Packet) - 接口 中的方法top.focess.qq.api.net.ClientReceiver
Send the packet to the server
sendPacket(int, Packet) - 接口 中的方法top.focess.qq.api.net.ServerMultiReceiver
Send packet to the special client
sendPacket(String, Packet) - 接口 中的方法top.focess.qq.api.net.ServerReceiver
Send packet to the special client
sendPacket(Packet) - 类 中的方法top.focess.qq.core.net.FocessClientReceiver
 
sendPacket(String, Packet) - 类 中的方法top.focess.qq.core.net.FocessReceiver
 
sendPacket(Packet) - 类 中的方法top.focess.qq.core.net.FocessSidedClientReceiver
 
sendPacket(T) - 类 中的方法top.focess.qq.core.net.FocessSidedClientSocket
 
sendPacket(String, Packet) - 类 中的方法top.focess.qq.core.net.FocessSidedReceiver
 
sendPacket(String, int, T) - 类 中的方法top.focess.qq.core.net.FocessSocket
 
sendPacket(String, Packet) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
sendPacket(int, Packet) - 类 中的方法top.focess.qq.core.net.FocessUDPMultiReceiver
 
sendPacket(String, Packet) - 类 中的方法top.focess.qq.core.net.FocessUDPReceiver
 
sendPacket(String, int, Packet) - 类 中的方法top.focess.qq.core.net.FocessUDPSocket
 
ServerMultiReceiver - top.focess.qq.api.net中的接口
The socket multi receiver for server.
ServerPacket - top.focess.qq.api.net.packet中的类
The class indicates that this packet is for server side.
ServerPacket() - 类 的构造器top.focess.qq.api.net.packet.ServerPacket
 
ServerPackPacket - top.focess.qq.api.net.packet中的类
Used to pack package sent by server.
ServerPackPacket(Packet) - 类 的构造器top.focess.qq.api.net.packet.ServerPackPacket
Constructs a ServerPackPacket
ServerPackPacketCodec - top.focess.qq.api.net.packet中的类
Codec for ServerPackPacket.
ServerPackPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.ServerPackPacketCodec
 
ServerReceiver - top.focess.qq.api.net中的接口
The socket receiver for server.
ServerStartEvent - top.focess.qq.api.event.server中的类
Called when MainPlugin is loaded completely
ServerStartEvent() - 类 的构造器top.focess.qq.api.event.server.ServerStartEvent
 
Session - top.focess.qq.api.util.session中的类
This class is used to build better communication between Command and CommandSender.
Session(Map<String, Object>) - 类 的构造器top.focess.qq.api.util.session.Session
Initialize the YamlConfiguration with existed key-value pairs or not (usually not)
SessionSection - top.focess.qq.api.util.session中的类
Section of Session.
SessionSection(Session, Map<String, Object>) - 类 的构造器top.focess.qq.api.util.session.SessionSection
 
set(String, Object) - 类 中的方法top.focess.qq.api.util.config.Config
 
set(String, Object) - 类 中的方法top.focess.qq.api.util.config.DefaultConfig
 
set(String, Object) - 接口 中的方法top.focess.qq.api.util.SectionMap
Store the key-value pair
set(String, Object) - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
 
setCancelled(boolean) - 接口 中的方法top.focess.qq.api.event.Cancellable
Set whether this event is cancelled or not
setCancelled(boolean) - 类 中的方法top.focess.qq.api.event.command.CommandPrepostEvent
 
setCommandResultExecutors(CommandResult, CommandResultExecutor) - 类 中的方法top.focess.qq.api.command.Command.Executor
Set the executor of the special CommandResult after executing this Executor
setConsoleIoHandler(IOHandler) - 类 中的静态方法top.focess.qq.api.util.IOHandler
 
setDataConverters(DataConverter<?>...) - 类 中的方法top.focess.qq.api.command.Command.Executor
Set the DataConverters for the arguments.
setExecutorPermission(Predicate<CommandSender>) - 类 中的方法top.focess.qq.api.command.Command.Executor
Set the executor permission check for this Executor When execute this Executor, it will check Command.executorPermission and the executorPermission
setExecutorPermission(Predicate<CommandSender>) - 类 中的方法top.focess.qq.api.command.Command
 
setPermission(MemberPermission) - 类 中的方法top.focess.qq.api.command.Command.Executor
已过时。
setPermission(CommandPermission) - 类 中的方法top.focess.qq.api.command.Command.Executor
Set the executor Mirai Permission (Only if the CommandSender has the command that this executor belongs to and this executor's permissions, this executor runs)
setPermission(MemberPermission) - 类 中的方法top.focess.qq.api.command.Command
已过时。
setPermission(CommandPermission) - 类 中的方法top.focess.qq.api.command.Command
Set the default permission
setPrevent(boolean) - 类 中的方法top.focess.qq.api.event.Event
 
setUseDefaultConverter(boolean) - 类 中的方法top.focess.qq.api.command.Command.Executor
Set whether force use the DataConverter.DEFAULT_DATA_CONVERTER or not.
SidedConnectPacket - top.focess.qq.api.net.packet中的类
Used to connect to the server.
SidedConnectPacket(String) - 类 的构造器top.focess.qq.api.net.packet.SidedConnectPacket
Constructs a SidedConnectPacket
SidedConnectPacketCodec - top.focess.qq.api.net.packet中的类
Codec for SidedConnectPacket.
SidedConnectPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.SidedConnectPacketCodec
 
SimpleBot - top.focess.qq.core.bot中的类
 
SimpleBot(long, String, Bot) - 类 的构造器top.focess.qq.core.bot.SimpleBot
 
SimpleBotManager - top.focess.qq.core.bot中的类
 
SimpleBotManager() - 类 的构造器top.focess.qq.core.bot.SimpleBotManager
 
SimpleClient - top.focess.qq.core.net中的类
 
SimpleClient(String, int, int, String, String) - 类 的构造器top.focess.qq.core.net.SimpleClient
 
SimpleClient(int, String, String) - 类 的构造器top.focess.qq.core.net.SimpleClient
 
Socket - top.focess.qq.api.net中的接口
Represents a FocessSocket.
StopCommand - top.focess.qq.core.commands中的类
 
StopCommand() - 类 的构造器top.focess.qq.core.commands.StopCommand
 
StrangerChatEvent - top.focess.qq.api.event.chat中的类
Called when a stranger chat with bot
StrangerChatEvent(Bot, MessageChain, Stranger, OnlineMessageSource.Incoming.FromStranger) - 类 的构造器top.focess.qq.api.event.chat.StrangerChatEvent
Constructs a ChatEvent
StrangerMessageEvent - top.focess.qq.api.event.message中的类
Called when a stranger chat with bot (this does not execute any commands)
StrangerMessageEvent(Bot, MessageChain, Stranger) - 类 的构造器top.focess.qq.api.event.message.StrangerMessageEvent
Constructs a StrangerMessageEvent
StringBuffer - top.focess.qq.api.command.data中的类
Represent a buffer of String.
submit(T) - 类 中的静态方法top.focess.qq.api.event.EventManager
Submit the event to all of its implemented super event class
submit(Class<T>, T) - 类 中的静态方法top.focess.qq.api.event.EventManager
Submit the event to cls and all of cls 's implemented super event class
submit(T) - 类 中的方法top.focess.qq.api.event.ListenerHandler
Submit the event to this listener handler
submitOnce(Class<T>, T) - 类 中的静态方法top.focess.qq.api.event.EventManager
Submit the event only to cls event class

T

TEXT - 类 中的静态变量top.focess.qq.api.util.network.NetworkHandler
Used to indicate this http-request accepts normal String
thisPlugin() - 类 中的静态方法top.focess.qq.api.plugin.Plugin
 
thr(String, Throwable) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message and a throwable (or exception) with ERROR level
thrLang(String, Throwable, Object...) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message and a throwable (or exception) with ERROR level
toCommandPermission(MemberPermission) - 枚举 中的静态方法top.focess.qq.api.command.CommandPermission
 
toJson() - 类 中的方法top.focess.qq.api.util.json.JSON
Translate this JSON instance into json String
toJson() - 类 中的方法top.focess.qq.api.util.json.JSONList
Translate this JSON instance into json String
top.focess.qq - 程序包 top.focess.qq
 
top.focess.qq.api.bot - 程序包 top.focess.qq.api.bot
 
top.focess.qq.api.command - 程序包 top.focess.qq.api.command
 
top.focess.qq.api.command.converter - 程序包 top.focess.qq.api.command.converter
 
top.focess.qq.api.command.data - 程序包 top.focess.qq.api.command.data
 
top.focess.qq.api.event - 程序包 top.focess.qq.api.event
 
top.focess.qq.api.event.bot - 程序包 top.focess.qq.api.event.bot
 
top.focess.qq.api.event.chat - 程序包 top.focess.qq.api.event.chat
 
top.focess.qq.api.event.command - 程序包 top.focess.qq.api.event.command
 
top.focess.qq.api.event.message - 程序包 top.focess.qq.api.event.message
 
top.focess.qq.api.event.plugin - 程序包 top.focess.qq.api.event.plugin
 
top.focess.qq.api.event.recall - 程序包 top.focess.qq.api.event.recall
 
top.focess.qq.api.event.request - 程序包 top.focess.qq.api.event.request
 
top.focess.qq.api.event.server - 程序包 top.focess.qq.api.event.server
 
top.focess.qq.api.exceptions - 程序包 top.focess.qq.api.exceptions
 
top.focess.qq.api.net - 程序包 top.focess.qq.api.net
 
top.focess.qq.api.net.packet - 程序包 top.focess.qq.api.net.packet
 
top.focess.qq.api.plugin - 程序包 top.focess.qq.api.plugin
 
top.focess.qq.api.util - 程序包 top.focess.qq.api.util
 
top.focess.qq.api.util.config - 程序包 top.focess.qq.api.util.config
 
top.focess.qq.api.util.json - 程序包 top.focess.qq.api.util.json
 
top.focess.qq.api.util.logger - 程序包 top.focess.qq.api.util.logger
 
top.focess.qq.api.util.network - 程序包 top.focess.qq.api.util.network
 
top.focess.qq.api.util.session - 程序包 top.focess.qq.api.util.session
 
top.focess.qq.api.util.version - 程序包 top.focess.qq.api.util.version
 
top.focess.qq.api.util.yaml - 程序包 top.focess.qq.api.util.yaml
 
top.focess.qq.core.bot - 程序包 top.focess.qq.core.bot
 
top.focess.qq.core.commands - 程序包 top.focess.qq.core.commands
 
top.focess.qq.core.commands.util - 程序包 top.focess.qq.core.commands.util
 
top.focess.qq.core.exceptions - 程序包 top.focess.qq.core.exceptions
 
top.focess.qq.core.listener - 程序包 top.focess.qq.core.listener
 
top.focess.qq.core.net - 程序包 top.focess.qq.core.net
 
top.focess.qq.core.plugin - 程序包 top.focess.qq.core.plugin
 
top.focess.qq.core.util - 程序包 top.focess.qq.core.util
 
top.focess.qq.core.util.option - 程序包 top.focess.qq.core.util.option
 
top.focess.qq.core.util.option.type - 程序包 top.focess.qq.core.util.option.type
 
toString() - 类 中的方法top.focess.qq.api.command.CommandSender
 
toString() - 类 中的方法top.focess.qq.api.util.json.JSON
 
toString() - 类 中的方法top.focess.qq.api.util.json.JSONList
 
toString() - 类 中的方法top.focess.qq.api.util.Pair
 
toString() - 类 中的方法top.focess.qq.api.util.session.Session
 
toString() - 类 中的方法top.focess.qq.api.util.version.Version
 
toString() - 类 中的方法top.focess.qq.api.util.yaml.YamlConfiguration
 
toString() - 类 中的方法top.focess.qq.core.util.option.Option
 
toString() - 类 中的方法top.focess.qq.core.util.option.Options
 
toString() - 类 中的方法top.focess.qq.core.util.option.type.IntegerOptionType
 
toString() - 类 中的方法top.focess.qq.core.util.option.type.LongOptionType
 
trace(String, Throwable) - 类 中的方法top.focess.qq.api.util.logger.FocessLogger
Log a message and a throwable (or exception) with TRACE level
trySubmitOnce(Class<T>, T) - 类 中的静态方法top.focess.qq.api.event.EventManager
Submit the event only to itself and no exception throws

U

UNKNOWN_REQUEST - 类 中的静态变量top.focess.qq.api.util.network.HttpResponse
Unknown request type error code
UnloadCommand - top.focess.qq.core.commands中的类
 
UnloadCommand() - 类 的构造器top.focess.qq.core.commands.UnloadCommand
 
unregister(Plugin) - 类 中的静态方法top.focess.qq.api.command.Command
Unregister all commands in the plugin
unregister() - 类 中的方法top.focess.qq.api.command.Command
Unregister this command
unregister(Plugin) - 类 中的静态方法top.focess.qq.api.command.DataCollection
Unregister the getter of the buffers by plugin
unregister(Plugin) - 类 中的静态方法top.focess.qq.api.event.ListenerHandler
Unregister all listeners bundle to the plugin
unregister(Listener) - 类 中的方法top.focess.qq.api.event.ListenerHandler
Unregister the listener
unregisterAll() - 类 中的静态方法top.focess.qq.api.command.Command
Unregister all commands
unregisterAll() - 类 中的静态方法top.focess.qq.api.command.DataCollection
Unregister all the getter of the buffers
unregisterAll() - 类 中的静态方法top.focess.qq.api.event.ListenerHandler
Unregister all listeners
UnsupportedOptionException - top.focess.qq.core.exceptions中的异常错误
 
UnsupportedOptionException(String) - 异常错误 的构造器top.focess.qq.core.exceptions.UnsupportedOptionException
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.api.command.Command
Used to print help information when execute this command with wrong arguments or the executor returns CommandResult.ARGS
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.BotCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.CommandCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.FriendCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.GroupCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.LoadCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.PluginCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.ReloadCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.StopCommand
 
usage(CommandSender, IOHandler) - 类 中的方法top.focess.qq.core.commands.UnloadCommand
 

V

value - 类 中的变量top.focess.qq.api.util.IOHandler
 
valueOf(String) - 枚举 中的静态方法top.focess.qq.api.command.CommandPermission
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.focess.qq.api.command.CommandResult
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.focess.qq.api.event.EventPriority
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.focess.qq.api.util.network.NetworkHandler.RequestType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.focess.qq.api.command.CommandPermission
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.focess.qq.api.command.CommandResult
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.focess.qq.api.event.EventPriority
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.focess.qq.api.util.network.NetworkHandler.RequestType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Version - top.focess.qq.api.util.version中的类
Represents a version of a plugin.
Version(int, int, int, String) - 类 的构造器top.focess.qq.api.util.version.Version
Constructs a new version with the specified version numbers and build.
Version(int, int, int) - 类 的构造器top.focess.qq.api.util.version.Version
Constructs a new version with the specified version numbers.
Version(int, int) - 类 的构造器top.focess.qq.api.util.version.Version
Constructs a new version with the specified version numbers.
Version(String) - 类 的构造器top.focess.qq.api.util.version.Version
Constructs a new version with the specified version.
VersionFormatException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate that a version string is not in the correct format.
VersionFormatException(String) - 异常错误 的构造器top.focess.qq.api.exceptions.VersionFormatException
Constructs a VersionFormatException

W

WaitPacket - top.focess.qq.api.net.packet中的类
Used to create receive-packet time for client and send-packet time for server.
WaitPacket(int, String) - 类 的构造器top.focess.qq.api.net.packet.WaitPacket
Constructs a WaitPacket
WaitPacketCodec - top.focess.qq.api.net.packet中的类
Codec for WaitPacket.
WaitPacketCodec() - 类 的构造器top.focess.qq.api.net.packet.WaitPacketCodec
 
write(Class<T>, T) - 类 中的方法top.focess.qq.api.command.DataCollection
Write customize buffer element
writeByte(byte) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a byte
writeCommand(Command) - 类 中的方法top.focess.qq.api.command.DataCollection
Write a Command argument
writeDouble(double) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a double
writeFloat(float) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a float
writeInt(int) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a integer
writeLong(long) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a long
writePacket(ClientPackPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ClientPackPacketCodec
 
writePacket(ConnectedPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ConnectedPacketCodec
 
writePacket(ConnectPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ConnectPacketCodec
 
writePacket(DisconnectedPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.DisconnectedPacketCodec
 
writePacket(DisconnectPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.DisconnectPacketCodec
 
writePacket(HeartPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.HeartPacketCodec
 
writePacket(MessagePacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.MessagePacketCodec
 
writePacket(T, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.PacketCodec
Write the packet to the precodec
writePacket(ServerPackPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.ServerPackPacketCodec
 
writePacket(SidedConnectPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.SidedConnectPacketCodec
 
writePacket(WaitPacket, PacketPreCodec) - 类 中的方法top.focess.qq.api.net.packet.WaitPacketCodec
 
writePacket(T) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a packet
writePlugin(Plugin) - 类 中的方法top.focess.qq.api.command.DataCollection
Write a Plugin argument
writeShort(short) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a short
writeString(String) - 类 中的方法top.focess.qq.api.net.PacketPreCodec
Write a string

Y

yaml - 类 中的变量top.focess.qq.api.util.config.Config
 
YamlConfiguration - top.focess.qq.api.util.yaml中的类
This class is used to define a YAML configuration.
YamlConfiguration(Map<String, Object>) - 类 的构造器top.focess.qq.api.util.yaml.YamlConfiguration
Initialize the YamlConfiguration with existed key-value pairs or not
YamlConfigurationSection - top.focess.qq.api.util.yaml中的类
Section of YamlConfiguration.
YamlConfigurationSection(YamlConfiguration, Map<String, Object>) - 类 的构造器top.focess.qq.api.util.yaml.YamlConfigurationSection
 
YamlLoadException - top.focess.qq.api.exceptions中的异常错误
Thrown to indicate there is any exception thrown in the yaml loading process
YamlLoadException(Exception) - 异常错误 的构造器top.focess.qq.api.exceptions.YamlLoadException
Constructs a YamlLoadException
A B C D E F G H I J K L M N O P Q R S T U V W Y 
跳过导航链接

Copyright © 2022. All rights reserved.