Modifier and Type | Field and Description |
---|---|
private ModContainer |
RegistryEvent.MissingMappings.activeMod |
Modifier and Type | Method and Description |
---|---|
void |
RegistryEvent.MissingMappings.setModContainer(ModContainer mod) |
Modifier and Type | Field and Description |
---|---|
private ModContainer |
ModLoadingContext.activeContainer |
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<ModContainer> |
DeferredWorkQueue.currentOwner
Deprecated.
|
private java.util.Map<java.lang.String,ModContainer> |
ModList.indexedMods |
private java.util.function.Supplier<java.util.function.Function<ModContainer,ModLifecycleEvent>> |
ModLoadingStage.modLifecycleEventFunction |
private java.util.List<ModContainer> |
ModList.mods |
Modifier and Type | Method and Description |
---|---|
private ModContainer |
ModLoader.buildModContainerFromTOML(ModFile modFile,
cpw.mods.modlauncher.TransformingClassLoader modClassLoader,
java.util.Map<java.lang.String,net.minecraftforge.forgespi.language.IModInfo> modInfoMap,
java.util.Map.Entry<java.lang.String,? extends net.minecraftforge.forgespi.language.IModLanguageProvider.IModLanguageLoader> idToProviderEntry) |
ModContainer |
ModLoadingContext.getActiveContainer() |
Modifier and Type | Method and Description |
---|---|
private java.util.List<ModContainer> |
ModLoader.buildMods(ModFile modFile,
cpw.mods.modlauncher.TransformingClassLoader modClassLoader) |
java.util.function.Function<ModContainer,ModLifecycleEvent> |
ModLoader.getDataGeneratorEvent() |
java.util.Optional<? extends ModContainer> |
ModList.getModContainerById(java.lang.String modId) |
java.util.Optional<? extends ModContainer> |
ModList.getModContainerByObject(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
ModLifecycleEvent |
ModLoadingStage.getModEvent(ModContainer modContainer) |
net.minecraftforge.eventbus.api.Event |
LifecycleEventProvider.LifecycleEvent.getOrBuildEvent(ModContainer modContainer) |
static void |
AutomaticEventSubscriber.inject(ModContainer mod,
net.minecraftforge.forgespi.language.ModFileScanData scanData,
java.lang.ClassLoader loader) |
void |
ModLoadingContext.setActiveContainer(ModContainer container,
java.lang.Object languageExtension) |
Modifier and Type | Method and Description |
---|---|
<T> java.util.stream.Stream<T> |
ModList.applyForEachModContainer(java.util.function.Function<ModContainer,T> function) |
void |
ModList.forEachModContainer(java.util.function.BiConsumer<java.lang.String,ModContainer> modContainerConsumer) |
(package private) void |
ModList.setLoadedMods(java.util.List<ModContainer> modContainers) |
Constructor and Description |
---|
ModLoadingStage(java.util.function.Supplier<java.util.function.Function<ModContainer,ModLifecycleEvent>> modLifecycleEventFunction) |
Modifier and Type | Field and Description |
---|---|
private ModContainer |
ModConfig.container |
Constructor and Description |
---|
ModConfig(ModConfig.Type type,
ForgeConfigSpec spec,
ModContainer activeContainer) |
ModConfig(ModConfig.Type type,
ForgeConfigSpec spec,
ModContainer container,
java.lang.String fileName) |
Modifier and Type | Field and Description |
---|---|
private ModContainer |
ModLifecycleEvent.container |
Constructor and Description |
---|
FMLClientSetupEvent(java.util.function.Supplier<Minecraft> mc,
ModContainer container) |
FMLCommonSetupEvent(ModContainer container) |
FMLDedicatedServerSetupEvent(java.util.function.Supplier<DedicatedServer> server,
ModContainer container) |
FMLLoadCompleteEvent(ModContainer container) |
GatherDataEvent(ModContainer modContainer,
DataGenerator dataGenerator,
GatherDataEvent.DataGeneratorConfig dataGeneratorConfig,
ExistingFileHelper existingFileHelper) |
InterModEnqueueEvent(ModContainer container) |
InterModProcessEvent(ModContainer container) |
ModLifecycleEvent(ModContainer container) |
Modifier and Type | Class and Description |
---|---|
class |
FMLModContainer |
Modifier and Type | Class and Description |
---|---|
static class |
MinecraftModLanguageProvider.MinecraftModContainer |