Return the actual Proxy. Note: DO NOT RETURN mProxy!
()
| 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 */ |