Package appeng.api
Interface IAEAddonEntrypoint
public interface IAEAddonEntrypoint
If your addons needs to be notified when AE2 is fully initialized (and has registered all of its items and fluids),
implement this class and register it as an entrypoint in your mod.
Entrypoint IDs supported by AE2:
ae2will be called on both server and client.ae2:clientwill be called on the client.ae2:serverwill be called on a dedicated server.
-
Method Summary
-
Method Details
-
onAe2Initialized
void onAe2Initialized()
-