Package org.cyclops.integrateddynamics
Class IntegratedDynamics
java.lang.Object
org.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedDynamics>
org.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
org.cyclops.integrateddynamics.IntegratedDynamics
- All Implemented Interfaces:
org.cyclops.cyclopscore.init.IModBase
public class IntegratedDynamics
extends org.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
The main mod class of IntegratedDynamics.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.init.ModBaseNeoForge
org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic IntegratedDynamicsThe unique instance of this mod.static org.cyclops.cyclopscore.persist.world.GlobalCounters.AccessFields inherited from class org.cyclops.cyclopscore.init.ModBaseNeoForge
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 TypeMethodDescriptionstatic voidLog a new info message for this mod.static voidLog a new message of the given level for this mod.protected com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> constructBaseCommand(net.minecraft.commands.Commands.CommandSelection selection, net.minecraft.commands.CommandBuildContext context) protected org.cyclops.cyclopscore.proxy.IClientProxyprotected org.cyclops.cyclopscore.proxy.ICommonProxyprotected net.minecraft.world.item.CreativeModeTab.BuilderconstructDefaultCreativeModeTab(net.minecraft.world.item.CreativeModeTab.Builder builder) Class<?>[]protected voidonConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandlerCommon configHandler) voidonRegistriesCreate(net.neoforged.neoforge.registries.NewRegistryEvent event) protected voidonServerStartedLoadedGroups(net.neoforged.neoforge.event.server.ServerStartedEvent event) protected voidregisterIntegrationGameTests(net.neoforged.neoforge.event.RegisterGameTestsEvent event) protected voidsetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event) Methods inherited from class org.cyclops.cyclopscore.init.ModBaseNeoForge
constructCapabilityConstructorRegistry, constructConfigHandler, constructIMCHandler, constructLoggerHelper, constructPacketHandler, get, getCapabilityConstructorRegistry, getConfigHandler, getContainer, getGenericReference, getImcHandler, getKeyRegistry, getModEventBus, getModHelpers, getModName, getMods, getPacketHandler, getProxy, getReferenceValue, getWorldStorages, onRegisterCommands, onRegisterKeyMappings, onServerStarted, onServerStarting, onServerStopping, putGenericReference, registerGameTests, registerWorldStorage, setupClientMethods inherited from class org.cyclops.cyclopscore.helper.ModBaseCommon
constructDefaultCreativeModeTabConfig, constructModCompatLoader, constructRegistryManager, equals, getCommon, getCommonMods, getDefaultCreativeTab, getDefaultCreativeTabEntries, getLoggerHelper, getModCompatLoader, getModId, getRegistryManager, hasDefaultCreativeModeTab, hashCode, loadModCompats, registerDefaultCreativeTabEntry, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.cyclops.cyclopscore.init.IModBase
log, log
-
Field Details
-
_instance
The unique instance of this mod. -
globalCounters
public static org.cyclops.cyclopscore.persist.world.GlobalCounters.Access globalCounters
-
-
Constructor Details
-
IntegratedDynamics
public IntegratedDynamics(net.neoforged.bus.api.IEventBus modEventBus)
-
-
Method Details
-
onRegistriesCreate
public void onRegistriesCreate(net.neoforged.neoforge.registries.NewRegistryEvent event) -
constructBaseCommand
protected com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> constructBaseCommand(net.minecraft.commands.Commands.CommandSelection selection, net.minecraft.commands.CommandBuildContext context) - Overrides:
constructBaseCommandin classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
setup
protected void setup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event) - Overrides:
setupin classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
onServerStartedLoadedGroups
protected void onServerStartedLoadedGroups(net.neoforged.neoforge.event.server.ServerStartedEvent event) -
constructClientProxy
protected org.cyclops.cyclopscore.proxy.IClientProxy constructClientProxy()- Specified by:
constructClientProxyin classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
constructCommonProxy
protected org.cyclops.cyclopscore.proxy.ICommonProxy constructCommonProxy()- Specified by:
constructCommonProxyin classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
constructDefaultCreativeModeTab
protected net.minecraft.world.item.CreativeModeTab.Builder constructDefaultCreativeModeTab(net.minecraft.world.item.CreativeModeTab.Builder builder) - Overrides:
constructDefaultCreativeModeTabin classorg.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedDynamics>
-
onConfigsRegister
protected void onConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandlerCommon configHandler) - Overrides:
onConfigsRegisterin classorg.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedDynamics>
-
getGameTestClasses
- Overrides:
getGameTestClassesin classorg.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedDynamics>
-
registerIntegrationGameTests
protected void registerIntegrationGameTests(net.neoforged.neoforge.event.RegisterGameTestsEvent event) -
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.
-