Resource icon

QOL JSDoctor 1.2.0

Automatically dump java classes for linting in your editor
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 JSDoctor :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
JavaScript:
const JSDoctor = require("./libs/JSDoctor")
JSDoctor.generate(Java.type("net.minecraft.client.Minecraft"), {/* you can enable recursion here etc */})

that piece of code will automatically generate the necessary files for typescript and/or javascript servers to help you while making your scripts!!!
Author
smarrtie
Downloads
9
Views
32
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from smarrtie

Latest updates

  1. 1.2.0

    Fixed a bug where JSDoctor was accessing private variables
Back
Top