- 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
-
- 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
-
- 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.
- 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
- 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
- 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
-
- 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
-
- 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
-
- 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