Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ isLoaded
Method
isLoaded
common/buildcraft/api/BCModules.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public
boolean isLoaded() {
47
return
Loader.isModLoaded(modid);
48
}
49
50
public
String getModId() {
51
return
modid;
Callers
2
getChunk
Method · 0.80
BCModules
Enum · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected