Accessing non-class kotlin functions
Solved
ScriptAPI
-
There are these functions in LB source code that I want to access from a script, but since they're not Java/Kotlin classes, so how do I use them? I guess I could rewrite them in js, but bleh.
Example: raytraceBlock from https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationFinding.kt
-
-