GrandBlackPawn

class GrandBlackPawn(player: Player) : BlackPawn

Represents a black pawn in grand chess

Constructors

GrandBlackPawn
Link copied to clipboard
fun GrandBlackPawn(player: Player)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getSymbol
Link copied to clipboard
abstract fun getSymbol(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

moveGenerators
Link copied to clipboard
open override val moveGenerators: List<MoveGenerator2D>
pawnPromotions
Link copied to clipboard
val pawnPromotions: List<Piece2D>
player
Link copied to clipboard
open override val player: Player
the player that owns the piece
promotionRegion
Link copied to clipboard
val promotionRegion: Region2D
startingRow
Link copied to clipboard
val startingRow: Int