Exemplo n.º 1
0
        internal Block GetBlock(BlockLocation BL)
        {
            Chunk C = chunkManager.GetChunkAt(BL.chunkLocation);             //Get the chunk based off the blocks ChunkLocation variable

            return(C.GetBlock(BL));
        }