You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status =BedrockServer.getStatus("play.easecation.net")
39
40
}
40
41
```
@@ -68,13 +69,15 @@ runBlocking {
68
69
}
69
70
```
70
71
72
+
Check out the project's [dokka](https://aliorpse.github.io/mcutils/) for the full API reference. There may be some extension functions you’ll find useful.
73
+
71
74
## Java Usage
72
75
73
-
The project uses [kotlin-suspend-transform-compiler-plugin](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin) to generate varints automatically.
76
+
The project uses [kotlin-suspend-transform-compiler-plugin](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin) to generate variants automatically.
74
77
75
78
For every suspending API, both **async** and **blocking** variants are available.
0 commit comments