java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v21.core.TILCore1_21

public abstract class TILCore1_21 extends mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI
  • Nested Class Summary

    Nested classes/interfaces inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI

    mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.GameVersion, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.ModLoader, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.Side
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI

    dev, INSTANCE, logger, modLoader, side, version
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    TILCore1_21(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.GameVersion version, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.ModLoader loader, boolean client)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSources(Set<String> sources)
     
    boolean
     
    mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI

    addURLToClassLoader, findInstance, findLoadingClass, findLoadingClass, gameVersion, getClientVersionHandler, getCoreInfo, getCoreInstances, getCoreVersionHandler, getInjectedMods, getInstance, getInstance, getInstanceDirect, getInstanceModLoader, getLaunguageProvider, getLoader, getLogger, getModData, getModData, getModInfo, getModLoader, getModLoaderClass, getModLoaderClass, getModLoaderExtension, getModLoaderExtension, getModLoaderName, getModLocator, getModWriter, getPackageName, getSide, getVersion, initAPI, injectModLoaderName, injectWrittenMod, instantiateCoreMods, instantiateCoreMods, instantiateFromProperty, isClient, isClientSide, isDev, isFabric, isForge, isLegacy, isNamedEnv, isNeoforge, isRelocatedEnv, isServer, isServerSide, isSrgEnv, isV12, isV16, isV18, isV19, isV19_2, isV19_4, isV20, isV20_1, isV20_4, isV20_6, isV21, isV21_1, isVerifiedAny, isVersionAtLeast, isVersionAtLeast, isVersionAtMost, isVersionAtMost, isVersionGreaterThan, isVersionGreaterThan, isVersionLessThan, isVersionLessThan, legacyPacketEnv, loadCandidate, loadCoreModInfo, mapAsBinary, mapClassName, mapClassName, mapFieldName, mapFieldName, mapMethodName, mapMethodName, modConstructed, modConstructed, newMap, parseFrom, parseVersion, qualify, setInstance, setInstance, syncInstanceClassLoader, toString, unmapClass, verifyGeneratedClass, writeModContainers

    Methods inherited from class java.lang.Object

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

    • TILCore1_21

      protected TILCore1_21(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.GameVersion version, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI.ModLoader loader, boolean client)
  • Method Details

    • addSources

      public void addSources(Set<String> sources)
      Overrides:
      addSources in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI
    • addURLToClassLoader

      public boolean addURLToClassLoader(ClassLoader loader, URL url)
      Specified by:
      addURLToClassLoader in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI
    • getCommonVersionHandler

      public mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint getCommonVersionHandler()
      Specified by:
      getCommonVersionHandler in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI