Class ModHelperForge1_20_1

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI
mods.thecomputerizer.theimpossiblelibrary.forge.v20.integration.ModHelperForge1_20
mods.thecomputerizer.theimpossiblelibrary.forge.v20.m1.integration.ModHelperForge1_20_1

public class ModHelperForge1_20_1 extends mods.thecomputerizer.theimpossiblelibrary.forge.v20.integration.ModHelperForge1_20
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI

    loader, side, supportedMods, version
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModHelperForge1_20_1(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.Side side)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String, mods.thecomputerizer.theimpossiblelibrary.api.integration.ModAPI>
    addSupportedMods(Map<String, mods.thecomputerizer.theimpossiblelibrary.api.integration.ModAPI> map)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.forge.v20.integration.ModHelperForge1_20

    getModName, isModLoaded

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI

    addMod, getMod, getSupportedMods

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModHelperForge1_20_1

      public ModHelperForge1_20_1(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.Side side)
  • Method Details

    • addSupportedMods

      protected Map<String, mods.thecomputerizer.theimpossiblelibrary.api.integration.ModAPI> addSupportedMods(Map<String, mods.thecomputerizer.theimpossiblelibrary.api.integration.ModAPI> map)
      Specified by:
      addSupportedMods in class mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI