public class ClientProxy extends CommonProxy
| Constructor and Description |
|---|
ClientProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Should be called in the
FMLLoadCompleteEvent |
void |
construct()
Should be called when the constructor of the mod is called.
|
void |
setup()
Should be called in the
FMLCommonSetupEvent |
public void construct()
IModProxyconstruct in interface IModProxyconstruct in class CommonProxypublic void setup()
IModProxyFMLCommonSetupEventsetup in interface IModProxysetup in class CommonProxypublic void complete()
IModProxyFMLLoadCompleteEventcomplete in interface IModProxycomplete in class CommonProxy