Uses of Interface
top.focess.qq.api.bot.Bot
-
-
Uses of Bot in top.focess.qq
Methods in top.focess.qq that return Bot Modifier and Type Method Description static @NotNull BotMain. getBot() -
Uses of Bot in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot that return Bot Modifier and Type Method Description @Nullable BotBotManager. getBot(long id)Get the bot with special id@NotNull BotBotManager. loginDirectly(long id, String password)Login and get the bot with id and password This is a blocking methodBotBotManager. remove(long id)Remove the botMethods in top.focess.qq.api.bot that return types with arguments of type Bot Modifier and Type Method Description List<Bot>BotManager. getBots()Get the list of bots@NotNull Future<Bot>BotManager. login(long id, String password)Login and get the bot with id and passwordMethods in top.focess.qq.api.bot with parameters of type Bot Modifier and Type Method Description booleanBotManager. login(Bot bot)Login the botbooleanBotManager. logout(@NotNull Bot bot)Logout the botbooleanBotManager. relogin(@NotNull Bot bot)Relogin the bot -
Uses of Bot in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return Bot Modifier and Type Method Description @Nullable BotCommandSender. getBot()Get the bot -
Uses of Bot in top.focess.qq.api.event.bot
Methods in top.focess.qq.api.event.bot that return Bot Modifier and Type Method Description BotBotEvent. getBot()Constructors in top.focess.qq.api.event.bot with parameters of type Bot Constructor Description BotEvent(Bot bot)Constructs a BotEventBotLoginEvent(Bot bot)Constructs a BotLoginEventBotLogoutEvent(Bot bot)Constructs a BotLogoutEventBotReloginEvent(Bot bot)Constructs a BotReloginEventFriendInputStatusEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, boolean input)Constructs a FriendInputStatusEvent -
Uses of Bot in top.focess.qq.api.event.chat
Constructors in top.focess.qq.api.event.chat with parameters of type Bot Constructor Description ChatEvent(Bot bot, net.mamoe.mirai.message.data.MessageChain message)Constructs a ChatEventFriendChatEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, net.mamoe.mirai.message.data.MessageChain message, net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromFriend source)Constructs a FriendChatEventGroupChatEvent(Bot bot, net.mamoe.mirai.contact.Member member, net.mamoe.mirai.message.data.MessageChain message, net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromGroup source)Constructs a GroupChatEventStrangerChatEvent(Bot bot, net.mamoe.mirai.message.data.MessageChain message, net.mamoe.mirai.contact.Stranger stranger, net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromStranger source)Constructs a ChatEvent -
Uses of Bot in top.focess.qq.api.event.message
Constructors in top.focess.qq.api.event.message with parameters of type Bot Constructor Description FriendMessageEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, net.mamoe.mirai.message.data.MessageChain message)Constructs a FriendMessageEventGroupMessageEvent(Bot bot, net.mamoe.mirai.contact.Member member, net.mamoe.mirai.message.data.MessageChain message, net.mamoe.mirai.message.data.OnlineMessageSource.Incoming.FromGroup source)Constructs a GroupMessageEventMessageEvent(Bot bot, net.mamoe.mirai.message.data.MessageChain message)Constructs a MessageEventStrangerMessageEvent(Bot bot, net.mamoe.mirai.message.data.MessageChain message, net.mamoe.mirai.contact.Stranger stranger)Constructs a StrangerMessageEvent -
Uses of Bot in top.focess.qq.api.event.recall
Constructors in top.focess.qq.api.event.recall with parameters of type Bot Constructor Description FriendRecallEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, int[] messageIds)Constructs a FriendRecallEventGroupRecallEvent(Bot bot, net.mamoe.mirai.contact.Member member, int[] messageIds, net.mamoe.mirai.contact.Member operator)Constructs a GroupRecallEvent -
Uses of Bot in top.focess.qq.api.event.request
Constructors in top.focess.qq.api.event.request with parameters of type Bot Constructor Description FriendRequestEvent(Bot bot, long id, String nick, net.mamoe.mirai.contact.Group group, String message)Constructs a FriendRequestEventGroupRequestEvent(Bot bot, long id, String name, net.mamoe.mirai.contact.Friend invitor)Constructs a GroupRecallEvent -
Uses of Bot in top.focess.qq.core.bot
Classes in top.focess.qq.core.bot that implement Bot Modifier and Type Class Description classSimpleBotMethods in top.focess.qq.core.bot that return Bot Modifier and Type Method Description @Nullable BotSimpleBotManager. getBot(long username)@NotNull BotSimpleBotManager. loginDirectly(long id, String password)BotSimpleBotManager. remove(long id)Methods in top.focess.qq.core.bot that return types with arguments of type Bot Modifier and Type Method Description List<Bot>SimpleBotManager. getBots()@NotNull Future<Bot>SimpleBotManager. login(long id, String password)Methods in top.focess.qq.core.bot with parameters of type Bot Modifier and Type Method Description booleanSimpleBotManager. login(Bot bot)booleanSimpleBotManager. logout(@NotNull Bot bot)booleanSimpleBotManager. relogin(@NotNull Bot bot)
-