Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ warn
Method
warn
src/main/java/net/optifine/CustomColormap.java:252–255 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
250
}
251
252
private
static
void
warn(String str)
253
{
254
Config.warn(
"CustomColors: "
+ str);
255
}
256
257
private
static
String parseTexture(String texStr, String path, String basePath)
258
{
Callers
4
parseFormat
Method · 0.95
isValid
Method · 0.95
isValidMatchBlocks
Method · 0.95
readColors
Method · 0.95
Calls
1
warn
Method · 0.95
Tested by
no test coverage detected