Black Pawn3 D
open class BlackPawn3D(player: Player, promotionRegion: Region3D, pawnPromotions: List<Piece3D>) : ChessPawn3D, Piece3D
Content copied to clipboard
Represents a black pawn 3D
Constructors
BlackPawn3D
Link copied to clipboard
fun BlackPawn3D(player: Player, promotionRegion: Region3D, pawnPromotions: List<Piece3D>)
Content copied to clipboard
Functions
Properties
moveGenerators
Link copied to clipboard
pawnPromotions
Link copied to clipboard
promotionRegion
Link copied to clipboard
Inheritors
StandardBlackPawn3D
Link copied to clipboard