onAPIAvailable
public void onAPIAvailable(appeng.api.IAppEngApi iAppEngApi)
Description copied from interface: appeng.api.IAEAddon
This gets called once the API is successfully constructed and ready to be used.
For now this happens during FMLCommonSetupEvent.
Each addon is responsible to maintain a reference to IAppEngApi for future use. Otherwise there is no
alternative to access it later.
- Specified by:
onAPIAvailable in interface appeng.api.IAEAddon
- Parameters:
iAppEngApi - The API instance when ready.