Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getName
Method
getName
src/source/Material.java:999–1004 ·
view source on GitHub ↗
(int id)
Source
from the content-addressed store, hash-verified
997
}
998
999
public
static
String getName(
int
id) {
1000
if
(id >= Material.__LENGTH || id < 0) {
1001
return
"unkown texture id "
+ id;
1002
}
1003
return
__idToName[id];
1004
}
1005
}
Callers
2
init
Method · 0.95
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected