java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.patchouli.Patchouli
All Implemented Interfaces:
IDocsProvider, IThirdParty

public class Patchouli extends Object implements IThirdParty, IDocsProvider
  • Constructor Details

    • Patchouli

      public Patchouli()
  • Method Details

    • clientInit

      public void clientInit()
      Description copied from interface: IThirdParty
      Called client-side after registry objects are created, in the mod creation thread.
      Specified by:
      clientInit in interface IThirdParty
    • onConfigChange

      public void onConfigChange(net.minecraftforge.fml.event.config.ModConfigEvent.Reloading event)
    • onGuiOpen

      public void onGuiOpen(net.minecraftforge.client.event.ScreenOpenEvent event)
    • showWidgetDocs

      public void showWidgetDocs(String path)
      Specified by:
      showWidgetDocs in interface IDocsProvider
    • isInstalled

      public boolean isInstalled()
      Specified by:
      isInstalled in interface IDocsProvider
    • modType

      public ThirdPartyManager.ModType modType()
      Specified by:
      modType in interface IThirdParty