public class FabricCFRDecompiler extends java.lang.Object implements LoomDecompiler
| Constructor and Description |
|---|
FabricCFRDecompiler(org.gradle.api.Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
decompile(java.nio.file.Path compiledJar,
java.nio.file.Path sourcesDestination,
java.nio.file.Path linemapDestination,
DecompilationMetadata metaData) |
java.lang.String |
name() |
public java.lang.String name()
name in interface LoomDecompilerpublic void decompile(java.nio.file.Path compiledJar,
java.nio.file.Path sourcesDestination,
java.nio.file.Path linemapDestination,
DecompilationMetadata metaData)
decompile in interface LoomDecompilersourcesDestination - 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