FontUtils.drawCenteredString(translateAmplifier(amplifier), 33, 86, 0xFF606060);
}
@Override
public void addWidgets() {
add(ampDown = new GuiCCButton(10, 84, 12, 12, "<").setActionCommand("ampDown"));
add(ampUp = new GuiCCButton(44, 84, 12, 12, ">").setActionCommand("ampUp"));
add(durationField = new GuiDurationField(15, 53, 35, 12));
add(slotPotionEffects = new GuiSlotPotionEffects(60, 38));
}