()
| 1258 | } |
| 1259 | |
| 1260 | public static boolean isShaders() { |
| 1261 | return Shaders.shaderPackLoaded; |
| 1262 | } |
| 1263 | |
| 1264 | public static String[] readLines(File p_readLines_0_) throws IOException { |
| 1265 | FileInputStream fileinputstream = new FileInputStream(p_readLines_0_); |
no outgoing calls
no test coverage detected