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 @NonNull BotFocessQQ. 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 BotBotManager. getBot(long id)Get the bot with special idBotContact. getBot()Get the contact botBotBotManager. loginDirectly(long id, String password, Plugin plugin)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 botsFuture<Bot>BotManager. login(long id, String password, Plugin plugin)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(Bot bot)Logout the botbooleanBotManager. relogin(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 BotLogoutEventBotPreSendMessageEvent(Bot b, Message message, Contact target, net.mamoe.mirai.event.events.MessagePreSendEvent event)Constructs a BotPreSendMessageEventBotReloginEvent(Bot bot)Constructs a BotReloginEventBotSendMessageEvent(Bot bot, Message message, Contact contract)Constructs a BotEventFriendInputStatusEvent(Bot bot, 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, MessageChain message, MessageSource source)Constructs a ChatEventFriendChatEvent(Bot bot, Friend friend, MessageChain message, MessageSource source)Constructs a FriendChatEventGroupChatEvent(Bot bot, Member member, MessageChain message, MessageSource source)Constructs a GroupChatEventStrangerChatEvent(Bot bot, Stranger stranger, MessageChain message, MessageSource 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, Friend friend, MessageChain message, MessageSource source)Constructs a FriendMessageEventGroupMessageEvent(Bot bot, Member member, MessageChain message, MessageSource source)Constructs a GroupMessageEventMessageEvent(Bot bot, MessageChain message, MessageSource source)Constructs a MessageEventStrangerMessageEvent(Bot bot, MessageChain message, Stranger stranger, MessageSource source)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, Friend friend, int[] messageIds)Constructs a FriendRecallEventGroupRecallEvent(Bot bot, Member member, int[] messageIds, @Nullable 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, @Nullable Group group, String message)Constructs a FriendRequestEventGroupRequestEvent(Bot bot, long id, String name, @Nullable Friend invitor)Constructs a GroupRecallEvent
-