Class ReqUciNewGame

java.lang.Object
net.chesstango.goyeneche.requests.ReqUciNewGame
All Implemented Interfaces:
UCIRequest, UCICommand

public final class ReqUciNewGame extends Object implements UCIRequest
Author:
Mauricio Coria
  • Method Details

    • execute

      public void execute(UCIEngine executor)
      Description copied from interface: UCIRequest
      Executes the request using the provided UCIEngine instance.
      Specified by:
      execute in interface UCIRequest
      Parameters:
      executor - The UCIEngine instance that will execute the request.
    • toString

      public String toString()
      Overrides:
      toString in class Object