Class ModHelperNeoForge1_21_1

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI
mods.thecomputerizer.theimpossiblelibrary.neoforge.v21.integration.ModHelperNeoForge1_21
mods.thecomputerizer.theimpossiblelibrary.neoforge.v21.m1.integration.ModHelperNeoForge1_21_1

public class ModHelperNeoForge1_21_1 extends mods.thecomputerizer.theimpossiblelibrary.neoforge.v21.integration.ModHelperNeoForge1_21
  • Field Summary

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

    loader, side, supportedMods, version
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModHelperNeoForge1_21_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.neoforge.v21.integration.ModHelperNeoForge1_21

    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

    • ModHelperNeoForge1_21_1

      public ModHelperNeoForge1_21_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