Jump to content

Harry123

Members
  • Posts

    1
  • Joined

  • Last visited

Harry123's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.