Class TILFabricCoreModLoader

java.lang.Object
net.fabricmc.loader.impl.game.patch.GamePatch
mods.thecomputerizer.theimpossiblelibrary.fabric.core.asm.TILFabricCoreModLoader

public class TILFabricCoreModLoader extends net.fabricmc.loader.impl.game.patch.GamePatch
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    patchTransformer(net.fabricmc.loader.impl.FabricLoaderImpl loader, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core)
     
    void
    process(net.fabricmc.loader.impl.launch.FabricLauncher launcher, Function<String, org.objectweb.asm.tree.ClassNode> source, Consumer<org.objectweb.asm.tree.ClassNode> emitter)
     

    Methods inherited from class net.fabricmc.loader.impl.game.patch.GamePatch

    findField, findFields, findInsn, findMethod, isPublicInstance, isPublicStatic, isStatic, moveAfter, moveAfter, moveBefore, moveBefore, moveBeforeType

    Methods inherited from class java.lang.Object

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

    • patchTransformer

      public static void patchTransformer(net.fabricmc.loader.impl.FabricLoaderImpl loader, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core)
    • process

      public void process(net.fabricmc.loader.impl.launch.FabricLauncher launcher, Function<String, org.objectweb.asm.tree.ClassNode> source, Consumer<org.objectweb.asm.tree.ClassNode> emitter)
      Specified by:
      process in class net.fabricmc.loader.impl.game.patch.GamePatch