Resource icon

QOL LuaDoctor 1.2.0

Automatically dump java classes for linting in your editor
Mod version
1.2.1.9.9
Fabric
Working
NeoForge
Not working
Don't want to lurk around forums and open source code to check what class you need to make a feature?? well don't worry because now you have LuaDoctor :D
With this tool (it's also a library but mainly a tool) you can dump methods and values of any class you would ever need!!!

Simple usage goes as follows
LUA:
local LuaDoctor = require("LuaDoctor")
LuaDoctor.generate("net.minecraft.client.Minecraft", {
    recursive = true,
    maxDepth = 2
})
that piece of code will automatically generate the necessary files for lua and/or luaj servers to help you while making your scripts!!!
Author
Neki_play
Downloads
12
Views
36
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. 1.2.0

    Bug fixes
  2. Bug fix

    Fix luajava not registered to globals
Back
Top