Package net.fabricmc.loom.util
Class TinyRemapperHelper
java.lang.Object
net.fabricmc.loom.util.TinyRemapperHelper
Contains shortcuts to create tiny remappers using the mappings accessibly to the project.
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.fabricmc.tinyremapper.IMappingProvidercreate(net.fabricmc.mappingio.tree.MappingTree mappings, String from, String to, boolean remapLocalVariables)static Path[]getMinecraftDependencies(org.gradle.api.Project project)static net.fabricmc.tinyremapper.TinyRemappergetTinyRemapper(org.gradle.api.Project project, String fromM, String toM)static net.fabricmc.tinyremapper.TinyRemappergetTinyRemapper(org.gradle.api.Project project, String fromM, String toM, boolean fixRecords, Consumer<net.fabricmc.tinyremapper.TinyRemapper.Builder> builderConsumer)
-
Method Details
-
getTinyRemapper
public static net.fabricmc.tinyremapper.TinyRemapper getTinyRemapper(org.gradle.api.Project project, String fromM, String toM) throws IOException- Throws:
IOException
-
getTinyRemapper
public static net.fabricmc.tinyremapper.TinyRemapper getTinyRemapper(org.gradle.api.Project project, String fromM, String toM, boolean fixRecords, Consumer<net.fabricmc.tinyremapper.TinyRemapper.Builder> builderConsumer) throws IOException- Throws:
IOException
-
getMinecraftDependencies
-
create
-