Class TILLanguageLoader

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.forge.core.loader.TILLanguageLoader

public abstract class TILLanguageLoader extends Object
Basically the same as FMLJavaModLanguageProvider$FMLModTarget but since it's private, we can't use it...
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI
     
    protected final String
     
    protected final String
     
    protected final net.minecraftforge.forgespi.language.ModFileScanData
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    TILLanguageLoader(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core, String modClass, String modid, net.minecraftforge.forgespi.language.ModFileScanData scan)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <T> T
    loadModInner(net.minecraftforge.forgespi.language.IModInfo info, ClassLoader classLoader, net.minecraftforge.forgespi.language.ModFileScanData scanResults, Object... extras)
     
    protected void
    setCoreAPI(Class<?> implClass)
     

    Methods inherited from class java.lang.Object

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

    • core

      protected final mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core
    • modClass

      protected final String modClass
    • modid

      protected final String modid
    • scan

      protected final net.minecraftforge.forgespi.language.ModFileScanData scan
  • Constructor Details

    • TILLanguageLoader

      protected TILLanguageLoader(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core, String modClass, String modid, net.minecraftforge.forgespi.language.ModFileScanData scan)
  • Method Details

    • loadModInner

      protected <T> T loadModInner(net.minecraftforge.forgespi.language.IModInfo info, ClassLoader classLoader, net.minecraftforge.forgespi.language.ModFileScanData scanResults, Object... extras)
    • setCoreAPI

      protected void setCoreAPI(Class<?> implClass)