MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / toString

Method toString

src/main/java/gregapi/api/Abstract_Mod.java:132–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132 @Override public String toString() {return getModID();}
133
134 public void loadRunnables(String aName, List<Runnable> aList) {
135 if (aList.isEmpty()) return;

Callers 4

loadRunnablesMethod · 0.45
onModPreInitMethod · 0.45
onModInitMethod · 0.45
onModPostInitMethod · 0.45

Calls 1

getModIDMethod · 0.95

Tested by

no test coverage detected