Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to use classes and packages and where to find them. help me please
public class HelloWorld { private static void print() { System.out.printf("Hello World!"); } } public class Test { public static void main(String[] args) { HelloWorld.class.getDeclaredMethod("print").invoke(null); } }
@ohno In script liquidbounce.
this isn't the javascript docs website, search google
the liquidbounce homepage
@its-domme use html
@its-domme
@its-domme https://liquidbounce.net/docs/ScriptAPI/Using Java Classes