Uses of Class
org.bamboomy.c44.react.player.Player
Packages that use Player
Package
Description
-
Uses of Player in org.bamboomy.c44.react.board.move
Constructors in org.bamboomy.c44.react.board.move with parameters of type Player -
Uses of Player in org.bamboomy.c44.react.board.pieces
Fields in org.bamboomy.c44.react.board.pieces declared as PlayerConstructors in org.bamboomy.c44.react.board.pieces with parameters of type PlayerModifierConstructorDescriptionBisshop(Place place, int color, Player player, String identifier, boolean moved, Board board, String md5, int oldColor) Horse(Place place, int color, Player player, String identifier, boolean moved, Board board, String md5, int oldColor) King(Place place, int color, int xDelta, int yDelta, Player player, String identifier, boolean moved, Board board, String md5, int oldColor) LinePiece(Place place, int color, Player player, String identifier, PieceValue value) LinePiece(Place place, int color, Player player, String identifier, PieceValue value, boolean removed) LinePiece(Place place, int color, Player player, String identifier, PieceValue value, boolean moved, Board board, String md5, int oldColor) Pawn(Place place, int color, int xDelta, int yDelta, Player player, String identifier, boolean moved, Board board, String md5, int oldColor) Piece(Place place, int color, Player player, String identifier, PieceValue value) Piece(Place place, int color, Player player, String identifier, PieceValue value, boolean removed) Piece(Place place, int color, Player player, String identifier, PieceValue value, boolean moved, Board board, String md5, int oldColor) PlaceAttackingPiece(Place place, int color, Player player, String identifier, PieceValue value) PlaceAttackingPiece(Place place, int color, Player player, String identifier, PieceValue value, boolean removed) PlaceAttackingPiece(Place place, int color, Player player, String identifier, PieceValue value, boolean moved, Board board, String md5, int oldColor) Queen(Place place, int color, Player player, String identifier, boolean moved, Board board, String md5, int oldColor) Tower(Place place, int color, Player player, String identifier, boolean moved, Board board, String md5, int oldColor) -
Uses of Player in org.bamboomy.c44.react.player
Subclasses of Player in org.bamboomy.c44.react.playerMethods in org.bamboomy.c44.react.player with parameters of type PlayerModifier and TypeMethodDescriptionvoidPlayer.copyPiecez(Player otherPlayer, Board board) voidPlayer.createFinishingMovez(Player matedPlayer) Constructors in org.bamboomy.c44.react.player with parameters of type Player