1718192021222324
{ private TileInterdictionMatrix tileEntity; public GuiInterdictionMatrix(EntityPlayer player, TileInterdictionMatrix tileEntity) { super(new ContainerInterdictionMatrix(player, tileEntity), tileEntity); this.tileEntity = tileEntity; }