Class ModContainer

java.lang.Object
net.minecraftforge.fml.ModContainer
Direct Known Subclasses:
FMLModContainer, LowCodeModContainer, MinecraftModContainer, ModLoader.ErroredModContainer

public abstract class ModContainer extends Object
The container that wraps around mods in the system.

The philosophy is that individual mod implementation technologies should not impact the actual loading and management of mod code. This class provides a mechanism by which we can wrap actual mod code so that the loader and other facilities can treat mods at arms length.