Uses of Class
net.royalur.GameBuilder

Packages that use GameBuilder
Package
Description
 
  • Uses of GameBuilder in net.royalur

    Methods in net.royalur that return GameBuilder
    Modifier and Type
    Method
    Description
    GameBuilder.aseb()
    Creates a new builder that allows the construction of games following the Aseb rules.
    GameBuilder.boardShape(BoardShape boardShape)
    Copies this game builder with the shape of the board set to boardShape.
    GameBuilder.boardShape(BoardType boardType)
    Copies this game builder with the shape of the board set to boardType.
    Game.builder()
    Creates a builder to assist in constructing games with custom settings.
    GameBuilder.capturesGrantExtraRolls(boolean capturesGrantExtraRolls)
    Copies this game builder with capturing pieces granting extra dice rolls if capturesGrantExtraRolls is true.
    GameBuilder.dice(DiceFactory diceFactory)
    Copies this game builder with the factory used to generate dice for games set to diceFactory.
    GameBuilder.finkel()
    Creates a new builder that allows the construction of games following the simple rules proposed by Irving Finkel.
    GameBuilder.masters()
    Creates a new builder that allows the construction of games following the rules proposed by James Masters.
    GameBuilder.paths(PathPair paths)
    Copies this game builder with the paths taken by each player set to paths.
    GameBuilder.paths(PathType pathType)
    Copies this game builder with the paths taken by each player set to pathType.
    GameBuilder.replaceSettings(GameSettings settings)
    Create a copy of this game builder with new settings.
    GameBuilder.rosettesGrantExtraRolls(boolean rosettesGrantExtraRolls)
    Copies this game builder with rosettes granting extra dice rolls if rosettesGrantExtraRolls is true.
    GameBuilder.safeRosettes(boolean safeRosettes)
    Copies this game builder with whether rosettes are safe from capture set to safeRosettes.
    GameBuilder.startingPieceCount(int startingPieceCount)
    Copies this game builder with the number of starting pieces of each player set to startingPieceCount.