Class ToughAsNails
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.toughasnails.ToughAsNails
- All Implemented Interfaces:
IThirdParty
-
Constructor Summary
Constructors -
Method Summary
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.IThirdParty
clientInit, modType, preInit
-
Constructor Details
-
ToughAsNails
public ToughAsNails()
-
-
Method Details
-
init
public void init()Description copied from interface:IThirdPartyCalled on both client and server after any registry objects are created, in the mod creation thread.- Specified by:
initin interfaceIThirdParty
-
postInit
public void postInit()Description copied from interface:IThirdPartyCalled on both client and server after any registry objects are created, on a scheduled tick (so in the main execution thread).- Specified by:
postInitin interfaceIThirdParty
-