Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- validate(ChessMove, ChessPiece[][]) - Method in interface app.chess.rules.Rule
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.FriendlyFireIsDisallowed
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.KingAndRookCantMoveBeforeCastling
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.KingCantBeCheckedDuringCastling
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.NothingOnTheRoadOfTheKingIsUnderAttack
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.PawnGoingForwardCantTakePieces
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.PawnGoingSidewaysNeedsToTakeSomething
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.RoadCannotBeObstructed
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.ThereCanBeNothingBetweenKingAndRookDuringCastling
- validate(ChessMove, ChessPiece[][]) - Method in class app.chess.rules.ruleset.YourKingCannotBeCheckedAfterYourMove
- Validator - Interface in app.chess.rules
-
Validator is used to filter potential piece moves and leave only those that don't break supplied rules
- valueOf(String) - Static method in enum class app.checkers.GameResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class app.chess.ChessState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class app.chess.pieces.ChessPieceColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class app.chess.pieces.ChessPieceKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class app.minesweeper.Minesweeper.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class app.minesweeper.MinesweeperPieceKind.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class app.checkers.GameResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class app.chess.ChessState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class app.chess.pieces.ChessPieceColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class app.chess.pieces.ChessPieceKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class app.minesweeper.Minesweeper.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class app.minesweeper.MinesweeperPieceKind.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- View - Class in app.ui.views
- View(ViewContainer) - Constructor for class app.ui.views.View
- ViewContainer - Class in app.ui.views
- ViewContainer(Style) - Constructor for class app.ui.views.ViewContainer
- viewsContainer - Variable in class app.ui.menu.MenuContainer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form