Class IntegratedMekanismics

java.lang.Object
org.cyclops.cyclopscore.init.ModBase<T>
org.cyclops.cyclopscore.init.ModBaseVersionable<IntegratedMekanismics>
org.cyclops.integratedmekanismics.IntegratedMekanismics
All Implemented Interfaces:
org.cyclops.cyclopscore.tracking.IModVersion

public class IntegratedMekanismics extends org.cyclops.cyclopscore.init.ModBaseVersionable<IntegratedMekanismics>
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 extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    afterCapabilitiesLoaded(net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent event)
     
    static void
    clog(String message)
    Log a new info message for this mod.
    static void
    clog(org.apache.logging.log4j.Level level, String message)
    Log a new message of the given level for this mod.
    protected org.cyclops.cyclopscore.proxy.IClientProxy
     
    protected org.cyclops.cyclopscore.proxy.ICommonProxy
     
    protected net.minecraft.world.item.CreativeModeTab.Builder
    constructDefaultCreativeModeTab(net.minecraft.world.item.CreativeModeTab.Builder builder)
     
    protected void
    loadModCompats(org.cyclops.cyclopscore.modcompat.ModCompatLoader modCompatLoader)
     
    void
    onConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler)
     
    void
    onRegistriesCreate(net.minecraftforge.registries.NewRegistryEvent event)
     
    protected void
    onRegistriesLoad(net.minecraftforge.registries.RegisterEvent event)
     
    protected void
    onSetup(org.cyclops.integrateddynamics.core.event.IntegratedDynamicsSetupEvent event)
     

    Methods inherited from class org.cyclops.cyclopscore.init.ModBaseVersionable

    getInfo, getUpdateUrl, getVersion, isVersionInfo, needsUpdate, setVersionInfo

    Methods inherited from class org.cyclops.cyclopscore.init.ModBase

    constructBaseCommand, constructCapabilityConstructorRegistry, constructConfigHandler, constructDefaultCreativeModeTabConfig, constructIMCHandler, constructLoggerHelper, constructModCompatLoader, constructPacketHandler, constructRegistryManager, equals, get, getCapabilityConstructorRegistry, getConfigHandler, getContainer, getDefaultCreativeTab, getDefaultCreativeTabEntries, getGenericReference, getImcHandler, getKeyRegistry, getLoggerHelper, getModCompatLoader, getModId, getModName, getPacketHandler, getProxy, getReferenceValue, getRegistryManager, getWorldStorages, hasDefaultCreativeModeTab, hashCode, log, log, onRegisterKeyMappings, onServerAboutToStart, onServerStarted, onServerStarting, onServerStopping, putGenericReference, registerDefaultCreativeTabEntry, registerWorldStorage, setContainer, setDefaultCreativeTab, setProxy, setup, setupClient, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • IntegratedMekanismics

      public IntegratedMekanismics()
  • Method Details

    • onRegistriesCreate

      public void onRegistriesCreate(net.minecraftforge.registries.NewRegistryEvent event)
    • loadModCompats

      protected void loadModCompats(org.cyclops.cyclopscore.modcompat.ModCompatLoader modCompatLoader)
      Overrides:
      loadModCompats in class org.cyclops.cyclopscore.init.ModBase<IntegratedMekanismics>
    • onRegistriesLoad

      protected void onRegistriesLoad(net.minecraftforge.registries.RegisterEvent event)
    • afterCapabilitiesLoaded

      protected void afterCapabilitiesLoaded(net.minecraftforge.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:
      constructDefaultCreativeModeTab in class org.cyclops.cyclopscore.init.ModBase<IntegratedMekanismics>
    • onConfigsRegister

      public void onConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler)
      Overrides:
      onConfigsRegister in class org.cyclops.cyclopscore.init.ModBase<IntegratedMekanismics>
    • constructClientProxy

      protected org.cyclops.cyclopscore.proxy.IClientProxy constructClientProxy()
      Specified by:
      constructClientProxy in class org.cyclops.cyclopscore.init.ModBase<IntegratedMekanismics>
    • constructCommonProxy

      protected org.cyclops.cyclopscore.proxy.ICommonProxy constructCommonProxy()
      Specified by:
      constructCommonProxy in class org.cyclops.cyclopscore.init.ModBase<IntegratedMekanismics>
    • clog

      public static void clog(String message)
      Log a new info message for this mod.
      Parameters:
      message - The message to show.
    • clog

      public static void clog(org.apache.logging.log4j.Level level, String message)
      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.