TileAnimationTablet tablet;
List<GuiButtonAT> buttonListAT = new ArrayList();
List<IRadioButton> radioButtons = new ArrayList();
public GuiAnimationTablet(TileAnimationTablet tablet, InventoryPlayer playerInv) {
super(new ContainerAnimationTablet(tablet, playerInv));
this.tablet = tablet;
}