(TexturePack texturePack)
| 105 | } |
| 106 | |
| 107 | public File getMatriealPath(TexturePack texturePack) { |
| 108 | if (Periphery.CONFIG.getSteamPath() == null) { |
| 109 | return null; |
| 110 | } |
| 111 | return new File(String.join(File.separator, Periphery.CONFIG.getSteamPath() |
| 112 | .toString(), Steam.STEAM_GAME_PATH(), this.getLongName(), this.getShortName(), SourceGame.MATERIALS_FOLDER, texturePack.getName())); |
| 113 | } |
| 114 | |
| 115 | @Override |
| 116 | public String toString() { |
no test coverage detected