示例#1
0
 public Block GetBlock(int x, int y, int z)
 {
     return(new Block(_voxelData.GetData(x, y, z)));
 }