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:

  • ae2 will be called on both server and client.
  • ae2:client will be called on the client.
  • ae2:server will be called on a dedicated server.

See the Fabric Wiki for an explanation of entrypoints.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onAe2Initialized

      void onAe2Initialized()