89101112131415
public class GuiGrinder extends AEBaseGui { public GuiGrinder(InventoryPlayer inventoryPlayer, TileGrinder te) { super( new ContainerGrinder( inventoryPlayer, te ) ); this.ySize = 176; }