Class RemapContext

java.lang.Object
org.stianloader.micromixin.remapper.RemapContext

public final class RemapContext extends Object
  • Field Details

    • mixinClassName

      @NotNull public final @NotNull String mixinClassName
    • mixinMethod

      @NotNull public final @NotNull org.objectweb.asm.tree.MethodNode mixinMethod
    • remapper

      @NotNull public final @NotNull MicromixinRemapper remapper
    • targets

      @NotNull public final @NotNull Collection<@NotNull String> targets
  • Constructor Details

    • RemapContext

      public RemapContext(@NotNull @NotNull MicromixinRemapper remapper, @NotNull @NotNull String mixinClassName, @NotNull @NotNull org.objectweb.asm.tree.MethodNode mixinMethod, @NotNull @NotNull Collection<@NotNull String> targets)