Class Patchouli
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.patchouli.Patchouli
- All Implemented Interfaces:
IDocsProvider,IThirdParty
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.desht.pneumaticcraft.common.thirdparty.IDocsProvider
IDocsProvider.NoDocsProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled client-side after registry objects are created, in the mod creation thread.booleanmodType()voidonConfigChange(net.minecraftforge.fml.event.config.ModConfigEvent.Reloading event) voidonGuiOpen(net.minecraftforge.client.event.ScreenOpenEvent event) voidshowWidgetDocs(String path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.desht.pneumaticcraft.common.thirdparty.IDocsProvider
addTooltipMethods inherited from interface me.desht.pneumaticcraft.common.thirdparty.IThirdParty
init, postInit, preInit
-
Constructor Details
-
Patchouli
public Patchouli()
-
-
Method Details
-
clientInit
public void clientInit()Description copied from interface:IThirdPartyCalled client-side after registry objects are created, in the mod creation thread.- Specified by:
clientInitin interfaceIThirdParty
-
onConfigChange
public void onConfigChange(net.minecraftforge.fml.event.config.ModConfigEvent.Reloading event) -
onGuiOpen
public void onGuiOpen(net.minecraftforge.client.event.ScreenOpenEvent event) -
showWidgetDocs
- Specified by:
showWidgetDocsin interfaceIDocsProvider
-
isInstalled
public boolean isInstalled()- Specified by:
isInstalledin interfaceIDocsProvider
-
modType
- Specified by:
modTypein interfaceIThirdParty
-