Class FabricCFRDecompiler
java.lang.Object
net.fabricmc.loom.decompilers.cfr.FabricCFRDecompiler
- All Implemented Interfaces:
LoomDecompiler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FabricCFRDecompiler
public FabricCFRDecompiler(org.gradle.api.Project project)
-
-
Method Details
-
name
- Specified by:
namein interfaceLoomDecompiler
-
decompile
public void decompile(Path compiledJar, Path sourcesDestination, Path linemapDestination, DecompilationMetadata metaData)- Specified by:
decompilein interfaceLoomDecompilersourcesDestination- Decompiled sources jarlinemapDestination- A byproduct of decompilation that lines up the compiled jar's line numbers with the decompiled sources jar for debugging. A decompiler may not produce a linemap at all.metaData- Additional information that may or may not be needed while decompiling
-