MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getShaderPackName

Method getShaderPackName

src/main/java/net/optifine/shaders/Shaders.java:5582–5585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers 4

extendCrashReportMethod · 0.95
loadShaderPackMethod · 0.95
initMethod · 0.95
getVersionDebugMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected