9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-04 15:41:38 +00:00

完善intention包意外数据处理

This commit is contained in:
jhqwqmc
2025-12-29 09:36:00 +08:00
parent 01c7cb4435
commit a4f184bd21
4 changed files with 28 additions and 12 deletions

View File

@@ -58,6 +58,8 @@ public interface NetWorkUser {
void kick(Component message);
void forceDisconnect();
void simulatePacket(Object packet);
@ApiStatus.Internal