public static GenLayer func_35517_a(long l, GenLayer genlayer, int i)
        {
            Object obj = genlayer;
            for (int j = 0; j < i; j++)
            {
                obj = new GenLayerSmoothZoom(l + (long)j, ((GenLayer)(obj)));
            }

            return ((GenLayer)(obj));
        }
        public static GenLayer func_35517_a(long l, GenLayer genlayer, int i)
        {
            Object obj = genlayer;

            for (int j = 0; j < i; j++)
            {
                obj = new GenLayerSmoothZoom(l + (long)j, ((GenLayer)(obj)));
            }

            return((GenLayer)(obj));
        }