engine
/
pieces.hex
/
HexBishop
Hex
Bishop
data class
HexBishop
(player:
Player
) :
PieceHex
Content copied to clipboard
Represents a rook in standard chess
Constructors
Functions
Properties
Constructors
HexBishop
Link copied to clipboard
fun
HexBishop
(player:
Player
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
Player
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(player:
Player
):
HexBishop
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
getSymbol
Link copied to clipboard
open override fun
getSymbol
():
String
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
moveGenerators
Link copied to clipboard
open override val
moveGenerators
:
List
<
MoveGeneratorHex.Slider
>
Content copied to clipboard
that corresponds to the piece
player
Link copied to clipboard
open override val
player
:
Player
Content copied to clipboard
the player that owns the piece