Uses of Interface
top.focess.qq.api.bot.Stranger
-
Packages that use Stranger Package Description top.focess.qq.api.command top.focess.qq.api.event.chat top.focess.qq.api.event.message -
-
Uses of Stranger in top.focess.qq.api.command
Constructors in top.focess.qq.api.command with parameters of type Stranger Constructor Description CommandSender(@NonNull Stranger stranger)Present Stranger -
Uses of Stranger in top.focess.qq.api.event.chat
Methods in top.focess.qq.api.event.chat that return Stranger Modifier and Type Method Description StrangerStrangerChatEvent. getStranger()Constructors in top.focess.qq.api.event.chat with parameters of type Stranger Constructor Description StrangerChatEvent(Bot bot, Stranger stranger, MessageChain message, MessageSource source)Constructs a ChatEvent -
Uses of Stranger in top.focess.qq.api.event.message
Methods in top.focess.qq.api.event.message that return Stranger Modifier and Type Method Description StrangerStrangerMessageEvent. getStranger()Constructors in top.focess.qq.api.event.message with parameters of type Stranger Constructor Description StrangerMessageEvent(Bot bot, MessageChain message, Stranger stranger, MessageSource source)Constructs a StrangerMessageEvent
-