Posted July 3, 20241 yr I am currently Trying update a method Form addRenderableWidget(new Button(width / 2 - 100, height - 25, 100, 20, Component.translatable("gui.done"), (w) -> { options.save(); if (saver != null) { saver.run(); } onClose(); })); to this addRenderableWidget(new EditBox(font,width / 2 - 100, height - 25, 100, 20, Component.translatable("gui.done"), (w) -> { options.saver(); if (saver != null) { saver.run(); } onClose(); })); I keep Receiving this problem Multiple non-overriding abstract methods found in interface net.minecraft.network.chat.Component I kind of need help making this problem stop Thx
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.