Class TinyRemapperHelper

java.lang.Object
net.fabricmc.loom.util.TinyRemapperHelper

public final class TinyRemapperHelper extends Object
Contains shortcuts to create tiny remappers using the mappings accessibly to the project.
  • 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

      public static Path[] getMinecraftDependencies(org.gradle.api.Project project)
    • create

      public static net.fabricmc.tinyremapper.IMappingProvider create(net.fabricmc.mappingio.tree.MappingTree mappings, String from, String to, boolean remapLocalVariables)