Uses of Class
top.focess.qq.api.bot.BotProtocol
-
Packages that use BotProtocol Package Description top.focess.qq.api.bot -
-
Uses of BotProtocol in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot that return BotProtocol Modifier and Type Method Description BotProtocolBot. getBotProtocol()static BotProtocolBotProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static BotProtocol[]BotProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in top.focess.qq.api.bot with parameters of type BotProtocol Modifier and Type Method Description Future<Bot>BotManager. login(long id, String password, Plugin plugin, BotProtocol botProtocol)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 password
-