Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ info
Method
info
src/main/java/net/optifine/shaders/SMCLog.java:21–24 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
19
}
20
21
public
static
void
info(String message)
22
{
23
LOGGER.info(
"[Shaders] "
+ message);
24
}
25
26
public
static
void
fine(String message)
27
{
Callers
15
allocateTextureMap
Method · 0.95
loadConfig
Method · 0.95
storeConfig
Method · 0.95
loadShaderPack
Method · 0.95
loadCustomTextures
Method · 0.95
printIntBuffer
Method · 0.95
startup
Method · 0.95
init
Method · 0.95
resetDisplayLists
Method · 0.95
createVertShader
Method · 0.95
createFragShader
Method · 0.95
printLogInfo
Method · 0.95
Calls
1
format
Method · 0.65
Tested by
no test coverage detected