| Modifier and Type | Method and Description |
|---|---|
default Result<ActionResult> |
DirectSender.send(MessagePacket packet) |
default Result |
Sender.send(MessagePacket packet)
以自定义方式发送消息
|
Result<ActionResult> |
DirectSender.sendDirect(MessagePacket packet)
以自定义方式发送消息
|
| Modifier and Type | Method and Description |
|---|---|
default Result<ActionResult> |
MessageDirectReceiveEvent.send(MessagePacket packet)
替换默认
|
| Modifier and Type | Method and Description |
|---|---|
Result |
InterAction.send(MessagePacket packet) |
Result<ActionResult> |
Channel.send(MessagePacket packet)
此方式发送的消息 为主动消息 会受到次数限制
|
Result<ActionResult> |
Dms.sendDirect(MessagePacket packet)
此方式为主动消息
|
| Modifier and Type | Method and Description |
|---|---|
Result<ActionResult> |
DirectMessage.send(MessagePacket packet)
替换默认
|
Result<ActionResult> |
RawMessage.send(MessagePacket packet) |
Result<ActionResult> |
DirectMessage.sendDirect(MessagePacket packet) |
| Modifier and Type | Method and Description |
|---|---|
Result<ActionResult> |
BaseMessageDirectReceiveEvent.send(MessagePacket packet)
替换默认
|
Result<ActionResult> |
BaseMessageEvent.send(MessagePacket packet) |
Result<ActionResult> |
BaseMessageDirectReceiveEvent.sendDirect(MessagePacket packet) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BaseUtils.packet2pre(MessagePacket packet,
RawPreMessage msg)
类型转换
|
Copyright © 2025. All rights reserved.