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

public class ImmersiveEngineering extends Object implements IThirdParty
  • Constructor Details

    • ImmersiveEngineering

      public ImmersiveEngineering()
  • Method Details

    • preInit

      public void preInit()
      Description copied from interface: IThirdParty
      Called on both client and server after mods have loaded but before registry events, in the mod creation thread.
      Specified by:
      preInit in interface IThirdParty