()
| 5580 | } |
| 5581 | |
| 5582 | public static String getShaderPackName() |
| 5583 | { |
| 5584 | return shaderPack == null ? null : (shaderPack instanceof ShaderPackNone ? null : shaderPack.getName()); |
| 5585 | } |
| 5586 | |
| 5587 | public static InputStream getShaderPackResourceStream(String path) |
| 5588 | { |
no test coverage detected