Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mist475 opened this issue Jul 19, 2023 · 1 comment

Comments

@mist475
Copy link

mist475 commented Jul 19, 2023

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

@eigenraven
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants