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

Method getModNameForLog

src/main/java/gregapi/GT_API.java:270–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 @Override public String getModID() {return MD.GAPI.mID;}
269 @Override public String getModName() {return MD.GAPI.mName;}
270 @Override public String getModNameForLog() {return "GT_API";}
271 @Override public Abstract_Proxy getProxy() {return api_proxy;}
272
273 @Mod.EventHandler public void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);}

Callers 3

onModInit2Method · 0.95
onModPostInit2Method · 0.95
onIDChangingEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected