MCPcopy Create free account
hub / github.com/FabricMC/Matcher / main

Method main

src/main/java/matcher/Main.java:9–13  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7
8public class Main {
9 public static void main(String[] args) {
10 Config.init(args);
11 PluginLoader.run(args);
12 Application.launch(Gui.class, args);
13 }
14}

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected