Package org.cyclops.integratedmekanism
Class IntegratedMekanism
java.lang.Object
org.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedMekanism>
org.cyclops.cyclopscore.init.ModBase<IntegratedMekanism>
org.cyclops.cyclopscore.init.ModBaseVersionable<IntegratedMekanism>
org.cyclops.integratedmekanism.IntegratedMekanism
- All Implemented Interfaces:
org.cyclops.cyclopscore.init.IModBase,org.cyclops.cyclopscore.tracking.IModVersion
public class IntegratedMekanism
extends org.cyclops.cyclopscore.init.ModBaseVersionable<IntegratedMekanism>
The main mod class of this mod.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.init.ModBase
org.cyclops.cyclopscore.init.ModBase.EnumReferenceKey<T> -
Field Summary
FieldsFields inherited from class org.cyclops.cyclopscore.init.ModBase
REFKEY_CRASH_ON_INVALID_RECIPE, REFKEY_CRASH_ON_MODCOMPAT_CRASH, REFKEY_INFOBOOK_REWARDS, REFKEY_RETROGEN, REFKEY_TEXTURE_PATH_GUI, REFKEY_TEXTURE_PATH_MODELS, REFKEY_TEXTURE_PATH_SKINS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterCapabilitiesLoaded(net.neoforged.fml.event.lifecycle.InterModEnqueueEvent event) static voidLog a new info message for this mod.static voidLog a new message of the given level for this mod.protected org.cyclops.cyclopscore.proxy.IClientProxyprotected org.cyclops.cyclopscore.proxy.ICommonProxyprotected net.minecraft.world.item.CreativeModeTab.BuilderconstructDefaultCreativeModeTab(net.minecraft.world.item.CreativeModeTab.Builder builder) protected voidloadModCompats(org.cyclops.cyclopscore.modcompat.ModCompatLoader modCompatLoader) voidonConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler) voidonRegistriesCreate(net.neoforged.neoforge.registries.NewRegistryEvent event) protected voidonRegistriesLoad(net.neoforged.neoforge.registries.RegisterEvent event) protected voidonSetup(org.cyclops.integrateddynamics.core.event.IntegratedDynamicsSetupEvent event) Methods inherited from class org.cyclops.cyclopscore.init.ModBaseVersionable
getInfo, getUpdateUrl, getVersion, isVersionInfo, needsUpdate, setVersionInfoMethods inherited from class org.cyclops.cyclopscore.init.ModBase
constructBaseCommand, constructCapabilityConstructorRegistry, constructConfigHandler, constructIMCHandler, constructLoggerHelper, constructPacketHandler, equals, get, getCapabilityConstructorRegistry, getConfigHandler, getContainer, getGenericReference, getImcHandler, getKeyRegistry, getLoggerHelper, getModEventBus, getModHelpers, getModId, getModName, getMods, getPacketHandler, getPacketHandlerCommon, getProxy, getReferenceValue, getWorldStorages, hashCode, log, log, onConfigsRegister, onRegisterCommands, onRegisterKeyMappings, onServerAboutToStart, onServerStarted, onServerStarting, onServerStopping, putGenericReference, registerWorldStorage, setup, setupClient, toStringMethods inherited from class org.cyclops.cyclopscore.helper.ModBaseCommon
constructDefaultCreativeModeTabConfig, constructModCompatLoader, constructRegistryManager, getCommon, getCommonMods, getDefaultCreativeTab, getDefaultCreativeTabEntries, getModCompatLoader, getRegistryManager, hasDefaultCreativeModeTab, registerDefaultCreativeTabEntry
-
Field Details
-
_instance
-
-
Constructor Details
-
IntegratedMekanism
public IntegratedMekanism(net.neoforged.bus.api.IEventBus modEventBus)
-
-
Method Details
-
onRegistriesCreate
public void onRegistriesCreate(net.neoforged.neoforge.registries.NewRegistryEvent event) -
loadModCompats
protected void loadModCompats(org.cyclops.cyclopscore.modcompat.ModCompatLoader modCompatLoader) - Overrides:
loadModCompatsin classorg.cyclops.cyclopscore.init.ModBase<IntegratedMekanism>
-
onRegistriesLoad
protected void onRegistriesLoad(net.neoforged.neoforge.registries.RegisterEvent event) -
afterCapabilitiesLoaded
protected void afterCapabilitiesLoaded(net.neoforged.fml.event.lifecycle.InterModEnqueueEvent event) -
onSetup
protected void onSetup(org.cyclops.integrateddynamics.core.event.IntegratedDynamicsSetupEvent event) -
constructDefaultCreativeModeTab
protected net.minecraft.world.item.CreativeModeTab.Builder constructDefaultCreativeModeTab(net.minecraft.world.item.CreativeModeTab.Builder builder) - Overrides:
constructDefaultCreativeModeTabin classorg.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedMekanism>
-
onConfigsRegister
public void onConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler) - Overrides:
onConfigsRegisterin classorg.cyclops.cyclopscore.init.ModBase<IntegratedMekanism>
-
constructClientProxy
protected org.cyclops.cyclopscore.proxy.IClientProxy constructClientProxy()- Specified by:
constructClientProxyin classorg.cyclops.cyclopscore.init.ModBase<IntegratedMekanism>
-
constructCommonProxy
protected org.cyclops.cyclopscore.proxy.ICommonProxy constructCommonProxy()- Specified by:
constructCommonProxyin classorg.cyclops.cyclopscore.init.ModBase<IntegratedMekanism>
-
clog
Log a new info message for this mod.- Parameters:
message- The message to show.
-
clog
Log a new message of the given level for this mod.- Parameters:
level- The level in which the message must be shown.message- The message to show.
-