RetroFuturaGradle icon indicating copy to clipboard operation
RetroFuturaGradle copied to clipboard

Let net.minecraft.util.IChatComponent extend Iterable<IChatComponent> instead of Iterable

Open mist475 opened this issue 2 years ago • 1 comments
trafficstars

Not sure how to do this myself, otherwise I'd have opened a pr for this instead

mist475 avatar Jul 19 '23 12:07 mist475

Right now changing superclasses is not very easy, or even possible in multiple cases, because it involves patching out the synthetic bridge methods out of the originally decompiled sources. I'll take a look if this is the case for this mapping too, but it might have to be put on hold until my bigger rewrite that no longer relies on the decompiler to work.

eigenraven avatar Jul 19 '23 12:07 eigenraven