mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-31 12:56:28 +00:00
修复网络状态切换
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user