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 IntegratedDynamics
The unique instance of this mod.static org.cyclops.cyclopscore.persist.world.GlobalCounters
Fields 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 void
Log a new info message for this mod.static void
Log 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.IClientProxy
protected org.cyclops.cyclopscore.proxy.ICommonProxy
protected net.minecraft.world.item.CreativeModeTab.Builder
constructDefaultCreativeModeTab
(net.minecraft.world.item.CreativeModeTab.Builder builder) protected void
onConfigsRegister
(org.cyclops.cyclopscore.config.ConfigHandlerCommon configHandler) void
onRegistriesCreate
(net.neoforged.neoforge.registries.NewRegistryEvent event) protected void
onServerStartedLoadedGroups
(net.neoforged.neoforge.event.server.ServerStartedEvent event) protected void
setup
(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, onServerAboutToStart, onServerStarted, onServerStarting, onServerStopping, putGenericReference, registerWorldStorage, setupClient
Methods inherited from class org.cyclops.cyclopscore.helper.ModBaseCommon
constructDefaultCreativeModeTabConfig, constructModCompatLoader, constructRegistryManager, equals, getCommon, getCommonMods, getDefaultCreativeTab, getDefaultCreativeTabEntries, getLoggerHelper, getModCompatLoader, getModId, getRegistryManager, hasDefaultCreativeModeTab, hashCode, loadModCompats, registerDefaultCreativeTabEntry, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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 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:
constructBaseCommand
in classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
setup
protected void setup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event) - Overrides:
setup
in 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:
constructClientProxy
in classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
constructCommonProxy
protected org.cyclops.cyclopscore.proxy.ICommonProxy constructCommonProxy()- Specified by:
constructCommonProxy
in classorg.cyclops.cyclopscore.init.ModBaseNeoForge<IntegratedDynamics>
-
constructDefaultCreativeModeTab
protected net.minecraft.world.item.CreativeModeTab.Builder constructDefaultCreativeModeTab(net.minecraft.world.item.CreativeModeTab.Builder builder) - Overrides:
constructDefaultCreativeModeTab
in classorg.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedDynamics>
-
onConfigsRegister
protected void onConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandlerCommon configHandler) - Overrides:
onConfigsRegister
in classorg.cyclops.cyclopscore.helper.ModBaseCommon<IntegratedDynamics>
-
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.
-