Skip to content

Instantly share code, notes, and snippets.

@ScopeOut
ScopeOut / GuiModToggle
Last active January 3, 2021 20:35
GuiCheckBox
public class GuiModToggle extends GuiScreen {
private ScrollListModToggle scrollPanel;
@Override
public void initGui() {
scrollPanel = new ScrollListModToggle(mc, this);
this.buttonList.clear();
}