MCPcopy Create free account
hub / github.com/Garten/sourcecraft / write

Method write

src/periphery/Periphery.java:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public static void write() {
74 Periphery.writeConfig();
75 Periphery.writePlaces();
76 }
77
78 public static String[] detectTexturePacks() {
79 File file = new File(SC_TEXTURE_FOLDER + File.separator);

Callers 3

initOutputMethod · 0.95
initSetupMethod · 0.95
MainMethod · 0.95

Calls 2

writeConfigMethod · 0.95
writePlacesMethod · 0.95

Tested by

no test coverage detected