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

Method setSelectMinecraftPath

src/gui/Gui.java:161–163  ·  view source on GitHub ↗
(RunnableWith<String> selectMinecraftPath)

Source from the content-addressed store, hash-verified

159 }
160
161 public void setSelectMinecraftPath(RunnableWith<String> selectMinecraftPath) {
162 this.setupPanel.setSelectMinecraftPath(selectMinecraftPath);
163 }
164
165 public void setSelectSourcePath(RunnableWith<String> selectSourcePath) {
166 this.setupPanel.setSelectSourcePath(selectSourcePath);

Callers 1

initSetupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected