Class ImmersiveEngineering
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.immersiveengineering.ImmersiveEngineering
- All Implemented Interfaces:
IThirdParty
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.RegistryObject<HempHarvestHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreInit()Called on both client and server after mods have loaded but before registry events, 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, init, modType, postInit
-
Field Details
-
HEMP_HARVEST
-
-
Constructor Details
-
ImmersiveEngineering
public ImmersiveEngineering()
-
-
Method Details
-
preInit
public void preInit()Description copied from interface:IThirdPartyCalled on both client and server after mods have loaded but before registry events, in the mod creation thread.- Specified by:
preInitin interfaceIThirdParty
-