Add all packets handler
This commit is contained in:
25 files changed
+202
-105
No files matched your search
@@ -33,7 +33,7 @@ class TestJvmClient {
|
||||
)
|
||||
// cli.on<ClientboundSystemChatMessagePacket> { println(it) }
|
||||
// cli.on<ClientboundLoginSuccessPacket> { println(it) }
|
||||
cli.on<MinecraftPacket> { println(it) }
|
||||
cli.onPacket<MinecraftPacket> { println(it) }
|
||||
cli.launch { cli.connect() }
|
||||
while (true) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user