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

Method getSourcePath

src/gui/Gui.java:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 public File getSourcePath() {
158 return new File(this.setupPanel.getSourcePath());
159 }
160
161 public void setSelectMinecraftPath(RunnableWith<String> selectMinecraftPath) {
162 this.setupPanel.setSelectMinecraftPath(selectMinecraftPath);

Callers 2

updateDisplayForSteamMethod · 0.45
MainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected