Package net.fabricmc.loom.util
Class SourceRemapper
java.lang.Object
net.fabricmc.loom.util.SourceRemapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.cadixdev.mercury.MercurycreateMercuryWithClassPath(org.gradle.api.Project project, boolean toNamed)voidremapAll()static voidremapSources(org.gradle.api.Project project, File input, File output, boolean named, boolean reproducibleFileOrder, boolean preserveFileTimestamps)voidscheduleRemapSources(File source, File destination, boolean reproducibleFileOrder, boolean preserveFileTimestamps)
-
Constructor Details
-
SourceRemapper
public SourceRemapper(org.gradle.api.Project project, boolean toNamed)
-
-
Method Details
-
remapSources
-
scheduleRemapSources
-
remapAll
public void remapAll() -
createMercuryWithClassPath
public static org.cadixdev.mercury.Mercury createMercuryWithClassPath(org.gradle.api.Project project, boolean toNamed)
-