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)); }
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; }
public GenLayerZoomFuzzy(long l, GenLayer genlayer) : base(l) { base.parent = genlayer; }