public class Thaumcraft extends java.lang.Object implements IThirdParty
| Constructor and Description |
|---|
Thaumcraft() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Called on both client and server after any registry objects are created, in the mod creation thread.
|
void |
postInit()
Called on both client and server after any registry objects are created, on a scheduled tick (so in the main
execution thread).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclientInit, modType, preInitpublic void init()
IThirdPartyinit in interface IThirdPartypublic void postInit()
IThirdPartypostInit in interface IThirdParty