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 TypeMethodDescriptionstatic voidpatchTransformer(net.fabricmc.loader.impl.FabricLoaderImpl loader, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core) voidprocess(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
-
Method Details
-
patchTransformer
public static void patchTransformer(net.fabricmc.loader.impl.FabricLoaderImpl loader, mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core) -
process
-