public interface GameStep
Modifier and Type | Method and Description |
---|---|
Game |
build() |
GameStep |
inventory(java.lang.String inventory) |
GameStep |
maxPlayers(int max) |
GameStep |
minAge(int min) |
GameStep |
minPlayers(int min) |
GameStep |
publisher(java.lang.String publisher) |