buildButtonList();
}
public void buildButtonList() {
buttonList.clear();
GuiButton enchantButton = new GuiButtonEnchant(this, enchanter, 0, x + 151, y + 33);
buttonList.add(enchantButton);
enchantButton.enabled = !enchanter.enchantments.isEmpty();
for (int i = 0; i < 16; i++) {
int z = -24;