public BlockInfo(int whatX, int whatY, int whatZ, MapNode.Status whatStatus)
 {
     x = whatX;
     y = whatY;
     z = whatZ;
     status = whatStatus;
 }
Exemple #2
0
 public BlockInfo(int whatX, int whatY, int whatZ, MapNode.Status whatStatus)
 {
     x      = whatX;
     y      = whatY;
     z      = whatZ;
     status = whatStatus;
 }