Class Place

java.lang.Object
org.bamboomy.c44.react.board.Place

public class Place extends Object
  • Constructor Details

    • Place

      public Place(GameMaster gameMaster, int i, int j)
  • Method Details

    • toGuiPlace

      public GuiPlace toGuiPlace(String color, boolean currentPlayer)
    • toGuiPlace

      public GuiPlace toGuiPlace(boolean showMd5)
    • toGuiPlace

      public GuiPlace toGuiPlace()
    • parsePiece

      public void parsePiece(org.json.JSONObject jsonObject)
    • reset

      public void reset()
    • isAttackedForKingByKingline

      public boolean isAttackedForKingByKingline(Color color)