Class Create
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.create.Create
- All Implemented Interfaces:
IThirdParty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Called on both client and server after any registry objects are created, in the mod creation thread.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, postInit, preInit
-
Constructor Details
-
Create
public Create()
-
-
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
-