Uses of Enum Class
net.royalur.model.shape.BoardType
Packages that use BoardType
-
Uses of BoardType in net.royalur
Methods in net.royalur with parameters of type BoardTypeModifier 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
Methods in net.royalur.model.shape that return BoardTypeModifier 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.