HexWhitePawn

data class HexWhitePawn(player: Player) : ChessPawnHex

Types

Companion
Link copied to clipboard
object Companion

Functions

component1
Link copied to clipboard
operator fun component1(): Player
copy
Link copied to clipboard
fun copy(player: Player): HexWhitePawn
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getSymbol
Link copied to clipboard
open override fun getSymbol(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

moveGenerators
Link copied to clipboard
open override val moveGenerators: List<MoveGeneratorHex>
that corresponds to the piece
player
Link copied to clipboard
open override val player: Player
the player who owns the pawn