Ejemplo n.º 1
0
 public Block(Block block) {
   this(block.getX(), block.getY(), block.getColor());
 }