skript
namespace. Although these are (currently) implemented in Java, they are designed to match and interact directly with Skript code, hence why the method names are in lower_camel_case
and the class is in the root package in lowercase
. This namespace will be retroactively implemented in Skript itself.lower_camel_case
.SyntaxElement
and converting it to an ElementTree
that can be used.ElementTree
into VM bytecode that the JVM is able to run. Significant contributions to this will require an understanding of the virtual machine instruction set and the class file format.