MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / Frame

Method Frame

The 5zig Mod/src/eu/the5zig/mod/installer/Frame.java:25–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 public static File installDirectory;
24
25 public Frame() throws IOException, IllegalAccessException {
26 Utils.setUI(UIManager.getSystemLookAndFeelClassName());
27
28 thisFile = Utils.getRunningJar();
29 if (thisFile == null) {
30 throw new IOException("Could not find current file!");
31 }
32
33 modVersion = Version.VERSION;
34 minecraftVersion = Version.MCVERSION;
35 log("Loading " + InstallerNew.getVersionName(minecraftVersion) + "...");
36
37 Images.load();
38 installDirectory = getMinecraftDirectory();
39 init();
40 }
41
42 public static void main(String[] args) {
43 try {

Callers

nothing calls this directly

Calls 7

setUIMethod · 0.95
getRunningJarMethod · 0.95
getVersionNameMethod · 0.95
loadMethod · 0.95
initMethod · 0.95
logMethod · 0.45
getMinecraftDirectoryMethod · 0.45

Tested by

no test coverage detected