Ejemplo n.º 1
0
 public virtual Block GetBlock(int x, int y, int z)
 {
     return(terrain.GetBlock(x, y, z, true));
 }