(RunnableWith<String> selectMinecraftPath)
| 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); |