Class RemapContext
java.lang.Object
org.stianloader.micromixin.remapper.RemapContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull Stringfinal @NotNull org.objectweb.asm.tree.MethodNodefinal @NotNull MicromixinRemapperfinal @NotNull Collection<@NotNull String> -
Constructor Summary
ConstructorsConstructorDescriptionRemapContext(@NotNull MicromixinRemapper remapper, @NotNull String mixinClassName, @NotNull org.objectweb.asm.tree.MethodNode mixinMethod, @NotNull Collection<@NotNull String> targets) -
Method Summary
-
Field Details
-
mixinClassName
-
mixinMethod
@NotNull public final @NotNull org.objectweb.asm.tree.MethodNode mixinMethod -
remapper
-
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)
-