My mod adds a custom controller widget to have a custom button in the config menu. However when I click on the button, nothing happens.
Upon further investigating via temporary mixin to trace where it's failing, there seems to be a weird bug where my mod does not recognize some of the methods in YACL.
This obviously is false as RadioStateController$Element extends ControllerWidget which extends AbstractWidget which implements GuiEventHandler.
Is there any correct way to implement a custom controller widget so that this error does not happen?
My mod adds a custom controller widget to have a custom button in the config menu. However when I click on the button, nothing happens. Upon further investigating via temporary mixin to trace where it's failing, there seems to be a weird bug where my mod does not recognize some of the methods in YACL.
This obviously is false as RadioStateController$Element extends ControllerWidget which extends AbstractWidget which implements GuiEventHandler. Is there any correct way to implement a custom controller widget so that this error does not happen?