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()
IModProxy
construct
in interface IModProxy
construct
in class CommonProxy
public void setup()
IModProxy
FMLCommonSetupEvent
setup
in interface IModProxy
setup
in class CommonProxy
public void complete()
IModProxy
FMLLoadCompleteEvent
complete
in interface IModProxy
complete
in class CommonProxy