Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. ScriptAPI
  3. Accessing non-class kotlin functions

Accessing non-class kotlin functions

Scheduled Pinned Locked Moved Solved ScriptAPI
2 Posts 1 Posters 245 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    karkov
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      karkov
      wrote on last edited by
      #2

      I figured it out, lol. Just have to do

      Java.type("net.ccbluex.liquidbounce.utils.aiming.RotationFindingKt");
      

      a.k.a.: add [filename]Kt at the end of the type cause that's just how Kotlin works.

      1 Reply Last reply
      0
      • K karkov has marked this topic as solved on
      • K karkov has marked this topic as solved on

      About
      • Terms of Service
      • Privacy Policy
      • Status
      • Contact Us
      Downloads
      • Releases
      • Source code
      • License
      Docs
      • Tutorials
      • CustomHUD
      • AutoSettings
      • ScriptAPI
      Community
      • Forum
      • Guilded
      • YouTube
      • Twitter
      • D.Tube
      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups