Class Curios
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.curios.Curios
- All Implemented Interfaces:
IThirdParty
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreInit()Called on both client and server in the mod creation thread from the mod constructor.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, init, modType, postInit
-
Field Details
-
available
public static boolean available
-
-
Constructor Details
-
Curios
public Curios()
-
-
Method Details
-
preInit
public void preInit()Description copied from interface:IThirdPartyCalled on both client and server in the mod creation thread from the mod constructor. Shouldn't do anything other than add event handlers here, or set simple availability flags. No guarantee that the third party mod's constructor has run yet.- Specified by:
preInitin interfaceIThirdParty
-