Uses of Class
top.focess.qq.api.bot.message.Message
-
Packages that use Message Package Description top.focess.qq.api.bot.contact top.focess.qq.api.bot.message top.focess.qq.api.event.bot -
-
Uses of Message in top.focess.qq.api.bot.contact
Methods in top.focess.qq.api.bot.contact with parameters of type Message Modifier and Type Method Description voidTransmitter. sendMessage(Message message) -
Uses of Message in top.focess.qq.api.bot.message
Subclasses of Message in top.focess.qq.api.bot.message Modifier and Type Class Description classMessageChainMethods in top.focess.qq.api.bot.message that return Message Modifier and Type Method Description MessageMessageChain. get(int index)static MessageMessage. of(net.mamoe.mirai.message.data.Message message)MessageMessage. plus(Message message)Methods in top.focess.qq.api.bot.message that return types with arguments of type Message Modifier and Type Method Description Iterator<Message>MessageChain. iterator()java.util.stream.Stream<Message>MessageChain. stream()Methods in top.focess.qq.api.bot.message with parameters of type Message Modifier and Type Method Description MessageMessage. plus(Message message) -
Uses of Message in top.focess.qq.api.event.bot
Methods in top.focess.qq.api.event.bot that return Message Modifier and Type Method Description MessageBotPreSendMessageEvent. getMessage()MessageBotSendMessageEvent. getMessage()Methods in top.focess.qq.api.event.bot with parameters of type Message Modifier and Type Method Description voidBotPreSendMessageEvent. setMessage(Message message)Constructors in top.focess.qq.api.event.bot with parameters of type Message Constructor Description BotPreSendMessageEvent(Bot b, Message message, Contact target, net.mamoe.mirai.event.events.MessagePreSendEvent event)Constructs a BotPreSendMessageEventBotSendMessageEvent(Bot bot, Message message, Contact contract)Constructs a BotEvent
-