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

public class Thaumcraft extends Object implements IThirdParty
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on both client and server after any registry objects are created, in the mod creation thread.
    void
    Called on both client and server after any registry objects are created, on a scheduled tick (so in the main execution thread).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.desht.pneumaticcraft.common.thirdparty.IThirdParty

    clientInit, modType, preInit
  • Constructor Details

    • Thaumcraft

      public Thaumcraft()
  • Method Details

    • init

      public void init()
      Description copied from interface: IThirdParty
      Called on both client and server after any registry objects are created, in the mod creation thread.
      Specified by:
      init in interface IThirdParty
    • 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