You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
PanSzelescik
changed the title
@Invoker remap bug, when two methods has the same name, but other arguments and one has remap and other no
@Invoker remap bug, when two methods have the same name, but other arguments and one has remap and other no
Sep 4, 2021
Mumfrey
changed the title
@Invoker remap bug, when two methods have the same name, but other arguments and one has remap and other no
@Invokers with the same name and different signatures are not supported
Dec 6, 2021
Invokers and Accessors are very old part of the toolkit and the method signature/descriptor is not part of their identifier. Thus this is not currently supported but I will look at adding support for this.
I have Minecraft class with 2 methods:
The first one is remapped, the second one not, so if you create Invokers:
You will get such Exception:
crash-2021-09-04_22.16.45-client.txt
I know there are no such situations in Vanilla and probably in Fabric, but you can find such things in Forge.
Created refmap:
Mixin: 0.8.3
MixinGradle: 0.7-SNAPSHOT
ForgeGradle: 3.+
Forge: 1.12.2-14.23.5.2855
The text was updated successfully, but these errors were encountered: