Uses of Enum Class
net.chesstango.gardel.move.Move.PromotionPiece
Packages that use Move.PromotionPiece
-
Uses of Move.PromotionPiece in net.chesstango.gardel.move
Methods in net.chesstango.gardel.move that return Move.PromotionPieceModifier and TypeMethodDescriptionMove.promotionPiece()Returns the value of thepromotionPiecerecord component.static Move.PromotionPieceReturns the enum constant of this class with the specified name.static Move.PromotionPiece[]Move.PromotionPiece.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.chesstango.gardel.move with parameters of type Move.PromotionPieceModifier and TypeMethodDescriptionstatic MoveMove.of(Move.Square from, Move.Square to, Move.PromotionPiece promotionPiece) Constructors in net.chesstango.gardel.move with parameters of type Move.PromotionPieceModifierConstructorDescriptionMove(Move.Square from, Move.Square to, Move.PromotionPiece promotionPiece) Creates an instance of aMoverecord class.