Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
public
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
init
Method · 0.95
run
Method · 0.95
Tested by
no test coverage detected