Class ModInfo


  • public final class ModInfo
    extends Object
    Represents the information for a Forge mod list.
    • Field Detail

      • DEFAULT

        public static final ModInfo DEFAULT
    • Constructor Detail

      • ModInfo

        public ModInfo​(String type,
                       List<ModInfo.Mod> modList)
        Constructs a new ModInfo instance.
        Parameters:
        type - the Forge server list version to use
        modList - the mods to present to the client