()
| 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); |
no outgoing calls
no test coverage detected