MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getModID

Method getModID

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

Return the Mod ID

()

Source from the content-addressed store, hash-verified

100
101 /** Return the Mod ID */
102 public abstract String getModID();
103 /** Return the Mod Name */
104 public abstract String getModName();
105 /** Used for logging purposes. */

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected