Class Parser
java.lang.Object
io.github.syst3ms.skriptparser.Parser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkriptRegistrationstatic voidStarts the parser.static voidstatic voidstatic void
-
Field Details
-
CONSOLE_FORMAT
- See Also:
-
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
main
-
init
public static void init(String[] mainPackages, String[] subPackages, String[] programArgs, boolean standalone) Starts the parser.- Parameters:
mainPackages- packages inside which all subpackages containing classes to load may be present. Doesn't need to contain Skript's own main packages.subPackages- the subpackages inside which classes to load may be present. Doesn't need to contain Skript's own subpackages.programArgs- any other program arguments (typically from the command line)standalone- whether the parser tries to load addons (standalone) or not (library)
-
run
-
printLogs
-
getMainRegistration
-