1920212223242526
{ private TileFortronCapacitor tileEntity; public GuiFortronCapacitor(EntityPlayer player, TileFortronCapacitor tileentity) { super(new ContainerFortronCapacitor(player, tileentity), tileentity); this.tileEntity = tileentity; }