use of fi.dy.masa.malilib.gui.widgets.WidgetListConfigOptions in project MasaGadget by plusls.
the class GuiConfigs method refresh.
public void refresh() {
WidgetListConfigOptions widgetListConfigOptions = this.getListWidget();
if (widgetListConfigOptions != null) {
widgetListConfigOptions.getScrollbar().setValue(0);
widgetListConfigOptions.refreshEntries();
}
}
use of fi.dy.masa.malilib.gui.widgets.WidgetListConfigOptions in project FZMM-Mod by Zailer43.
the class GuiOptionsBase method reload.
public void reload() {
this.reCreateListWidget();
WidgetListConfigOptions listOptions = this.getListWidget();
assert listOptions != null;
listOptions.resetScrollbarPosition();
this.initGui();
}
Aggregations