示例#1
0
        public WorldChunkManager(long seed)
            : base(seed)
        {
            biomeCache = new BiomeCache(this);

            GenLayer[] agenlayer = GenLayer.func_35497_a(Seed);
            field_34902_c = agenlayer[1];
            temperatureLayer = agenlayer[2];
            rainfallLayer = agenlayer[3];
        }
        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));
        }
示例#3
0
        public WorldChunkManager(long seed)
            : base(seed)
        {
            biomeCache = new BiomeCache(this);

            GenLayer[] agenlayer = GenLayer.func_35497_a(Seed);
            field_34902_c    = agenlayer[1];
            temperatureLayer = agenlayer[2];
            rainfallLayer    = agenlayer[3];
        }
示例#4
0
        public static GenLayer func_35515_a(long l, GenLayer genlayer, int i)
        {
            Object obj = genlayer;

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

            return((GenLayer)(obj));
        }
 public GenLayerSmoothZoom(long l, GenLayer genlayer)
     : base(l)
 {
     parent = genlayer;
 }
 public GenLayerZoomVoronoi(long l, GenLayer genlayer)
     : base(l)
 {
     base.parent = genlayer;
 }
示例#7
0
 public GenLayerZoomFuzzy(long l, GenLayer genlayer) : base(l)
 {
     base.parent = genlayer;
 }
示例#8
0
 public GenLayerSmoothZoom(long l, GenLayer genlayer)
     : base(l)
 {
     parent = genlayer;
 }
示例#9
0
 public GenLayerZoomFuzzy(long l, GenLayer genlayer)
     : base(l)
 {
     base.parent = genlayer;
 }
示例#10
0
 public GenLayerZoomVoronoi(long l, GenLayer genlayer)
     : base(l)
 {
     base.parent = genlayer;
 }