Exemple #1
0
        public int GetSkyLight(int x, int y, int z)
        {
            AnvilSection section = GetSection(y, true);
            int          blockY  = y % AnvilSection.Height;

            return(section.GetSkyLight(x, blockY, z));
        }