Uses of Enum Class
net.royalur.model.shape.BoardType
-
Uses of BoardType in net.royalur
Modifier and TypeMethodDescriptionGameBuilder.boardShape
(BoardType boardType) Copies this game builder with the shape of the board set toboardType
. -
Uses of BoardType in net.royalur.model.shape
Modifier and TypeMethodDescriptionBoardShape.getBoardType()
Gets the type of this board.static BoardType
Get the board type with an ID of .static BoardType
BoardType.getByIDOrNull
(String id) Get the board type with an ID of , or elsenull
.static BoardType
Returns the enum constant of this class with the specified name.static BoardType[]
BoardType.values()
Returns an array containing the constants of this enum class, in the order they are declared.