Uses of Interface
top.focess.qq.api.bot.contact.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
Methods in top.focess.qq.api.command that return Stranger Modifier and Type Method Description @Nullable StrangerCommandSender. getStranger()Get the stranger, or null if this CommandSender does not present a strangerConstructors in top.focess.qq.api.command with parameters of type Stranger Constructor Description CommandSender(@NonNull Stranger stranger)Deprecated. -
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
-