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

Method getProxy

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

Return the actual Proxy. Note: DO NOT RETURN mProxy!

()

Source from the content-addressed store, hash-verified

106 public abstract String getModNameForLog();
107 /** Return the actual Proxy. Note: DO NOT RETURN mProxy! */
108 public abstract Abstract_Proxy getProxy();
109 /** Called on PreInit */
110 public abstract void onModPreInit2(FMLPreInitializationEvent aEvent);
111 /** Called on Init */

Callers 1

onModPreInitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected