Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ warning
Method
warning
src/main/java/net/optifine/shaders/SMCLog.java:16–19 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
14
}
15
16
public
static
void
warning(String message)
17
{
18
LOGGER.warn(
"[Shaders] "
+ message);
19
}
20
21
public
static
void
info(String message)
22
{
Callers
11
loadTextureMetadataSection
Method · 0.95
deleteTextures
Method · 0.95
loadCustomTextures
Method · 0.95
loadCustomTextureRaw
Method · 0.95
loadCustomTextureShaders
Method · 0.95
createFragShader
Method · 0.95
loadEntityDataMap
Method · 0.95
registerExpression
Method · 0.95
parseOptionExpression
Method · 0.95
parseCustomUniforms
Method · 0.95
parseCustomUniform
Method · 0.95
Calls
2
format
Method · 0.65
warn
Method · 0.45
Tested by
no test coverage detected