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 @Nullable BotBotManager. getBot(long id)Get the bot with special iddefault @NotNull BotBotManager. loginDirectly(long id, String password, Plugin plugin)Login and get the bot with id and password@NotNull BotBotManager. loginDirectly(long id, String password, Plugin plugin, BotProtocol botProtocol)Login and get the bot with id and passwordBotBotManager. 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 @UnmodifiableView List<Bot>BotManager. getBots()Get the list of botsdefault @NotNull Future<Bot>BotManager. login(long id, String password, Plugin plugin)Login and get the bot with id and passwordFuture<Bot>BotManager. login(long id, String password, Plugin plugin, BotProtocol botProtocol)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.bot.contact
Methods in top.focess.qq.api.bot.contact that return Bot Modifier and Type Method Description BotContact. getBot()Get the contact 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)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
-