Пример #1
0
 /**
  * sends a put move to the client
  *
  * @param move is a map with the points and blocks
  */
 public void sendMovePut(Map<Point, Block> move) {
   sendRaw(ProtocolFormatter.serverMovePut(move));
 }