Class GenericIntegrationHandler

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.GenericIntegrationHandler
All Implemented Interfaces:
IThirdParty

public class GenericIntegrationHandler extends Object implements IThirdParty
Generic integration tasks which don't depend on specific mods' APIs.
  • Constructor Details

    • GenericIntegrationHandler

      public GenericIntegrationHandler()
  • Method Details

    • postInit

      public void postInit()
      Description copied from interface: IThirdParty
      Called on both client and server after any registry objects are created, on a scheduled tick (so in the main execution thread).
      Specified by:
      postInit in interface IThirdParty