Package net.royalur.model.shape
Class AsebBoardShape
java.lang.Object
net.royalur.model.shape.BoardShape
net.royalur.model.shape.AsebBoardShape
The shape of the board used for the game Aseb:
xxxx
xxxxxxxxxxxx
xxxx
-
Field Summary
Modifier and TypeFieldDescriptionThe set of all tiles that exist on the board.The set of rosette tiles that exist on the board. -
Constructor Summary
-
Method Summary
Methods inherited from class net.royalur.model.shape.BoardShape
contains, containsAll, containsIndices, equals, getArea, getBoardType, getHeight, getID, getName, getRosetteTiles, getTiles, getTilesByColumn, getTilesByRow, getWidth, hasBoardType, isCompatible, isEquivalent, isRosette, isRosetteIndices
-
Field Details
-
BOARD_TILES
The set of all tiles that exist on the board. -
ROSETTE_TILES
The set of rosette tiles that exist on the board.
-
-
Constructor Details
-
AsebBoardShape
public AsebBoardShape()Instantiates the board shape used for Aseb.
-