MCPcopy Create free account
hub / github.com/Card-Forge/forge / main

Method main

adventure-editor/src/main/java/forge/adventure/Main.java:16–20  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

14public class Main {
15
16 public static void main(String[] args) {
17 GuiBase.setInterface(new GuiMobile(Files.exists(Paths.get("./res"))?"./":"../forge-gui/"));
18 GuiBase.setDeviceInfo(null, 0, System.getProperty("user.home") + "/Downloads/");
19 new EditorMainWindow(Config.instance());
20 }
21}

Callers

nothing calls this directly

Calls 5

setInterfaceMethod · 0.95
setDeviceInfoMethod · 0.95
instanceMethod · 0.95
getMethod · 0.65
getPropertyMethod · 0.45

Tested by

no test coverage detected