类 CommonChessBoard
java.lang.Object
me.magicall.game.sub.chess.CommonChessBoard
- 所有已实现的接口:
Named,GameMap,ChessBoard
-
构造器详细资料
-
CommonChessBoard
-
-
方法详细资料
-
name
-
getColumnsCount
public int getColumnsCount()从接口复制的说明:ChessBoard棋盘的列数量。 棋类游戏地图常用术语是行数、列数,故用来替代高度、宽度。
- 指定者:
getColumnsCount在接口中ChessBoard- 返回:
-
getRowsCount
public int getRowsCount()从接口复制的说明:ChessBoard棋盘的行数量。 棋类游戏地图常用术语是行数、列数,故用来替代高度、宽度。
- 指定者:
getRowsCount在接口中ChessBoard- 返回:
-
getMaxPlayersCount
public int getMaxPlayersCount()从接口复制的说明:GameMap本地图最多可供多少玩家进行游戏- 指定者:
getMaxPlayersCount在接口中GameMap- 返回:
-