9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 12:56:28 +00:00

修复网络状态切换

This commit is contained in:
jhqwqmc
2025-12-29 22:03:13 +08:00
parent a4f184bd21
commit 90f264c9a2
11 changed files with 234 additions and 118 deletions

View File

@@ -56,9 +56,7 @@ public interface NetWorkUser {
void sendCustomPayload(Key channel, byte[] data);
void kick(Component message);
void forceDisconnect();
void kick(@Nullable Component message);
void simulatePacket(Object packet);