Package foundry.veil.api.molang
Class VeilMolang
java.lang.Object
foundry.veil.api.molang.VeilMolang
Manages the Veil MoLang compiler.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VeilMolang
public VeilMolang()
-
-
Method Details
-
get
public static gg.moonflower.molangcompiler.api.MolangCompiler get()- Returns:
- The current molang compiler instance
-
set
public static void set(gg.moonflower.molangcompiler.api.MolangCompiler compiler) Sets the current molang compiler instance.- Parameters:
compiler
- The new compiler to use
-