MCPcopy 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

getChunkMethod · 0.80
BCModulesEnum · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected