public class Patchouli extends java.lang.Object implements IThirdParty, IDocsProvider
IDocsProvider.NoDocsProvider| Constructor and Description |
|---|
Patchouli() |
| Modifier and Type | Method and Description |
|---|---|
void |
clientInit()
Called client-side after registry objects are created, in the mod creation thread.
|
boolean |
isInstalled() |
ThirdPartyManager.ModType |
modType() |
void |
onConfigChange(net.minecraftforge.fml.config.ModConfig.Reloading event) |
void |
onGuiOpen(net.minecraftforge.client.event.GuiOpenEvent event) |
void |
showWidgetDocs(java.lang.String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, postInit, preInitaddTooltippublic void clientInit()
IThirdPartyclientInit in interface IThirdPartypublic void onConfigChange(net.minecraftforge.fml.config.ModConfig.Reloading event)
public void onGuiOpen(net.minecraftforge.client.event.GuiOpenEvent event)
public void showWidgetDocs(java.lang.String path)
showWidgetDocs in interface IDocsProviderpublic boolean isInstalled()
isInstalled in interface IDocsProviderpublic ThirdPartyManager.ModType modType()
modType in interface IThirdParty