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

public class ImmersiveEngineering extends Object implements IThirdParty
  • Field Details

    • HEMP_HARVEST

      public static final net.minecraftforge.registries.RegistryObject<HempHarvestHandler> HEMP_HARVEST
  • Constructor Details

    • ImmersiveEngineering

      public ImmersiveEngineering()
  • Method Details

    • preInit

      public void preInit()
      Description copied from interface: IThirdParty
      Called on both client and server in the mod creation thread from the mod constructor. Shouldn't do anything other than add event handlers here, or set simple availability flags. No guarantee that the third party mod's constructor has run yet.
      Specified by:
      preInit in interface IThirdParty