Uses of Class
org.bamboomy.c44.react.board.Place
Packages that use Place
-
Uses of Place in org.bamboomy.c44.react.board.move
Fields in org.bamboomy.c44.react.board.move declared as PlaceMethods in org.bamboomy.c44.react.board.move with parameters of type PlaceConstructors in org.bamboomy.c44.react.board.move with parameters of type Place -
Uses of Place in org.bamboomy.c44.react.board.pieces
Fields in org.bamboomy.c44.react.board.pieces declared as PlaceMethods in org.bamboomy.c44.react.board.pieces with parameters of type PlaceModifier and TypeMethodDescriptionprotected voidprotected booleanLinePiece.handleKingLine(Place otherPlace, ArrayList<Place> possibleKingLineList) booleanPiece.handleOtherPlaceNE(Place otherPlace) booleanbooleanbooleanbooleanbooleanKing.shouldBeAttacked(Place otherPlace) Method parameters in org.bamboomy.c44.react.board.pieces with type arguments of type PlaceModifier and TypeMethodDescriptionprotected booleanLinePiece.handleKingLine(Place otherPlace, ArrayList<Place> possibleKingLineList) Constructors in org.bamboomy.c44.react.board.pieces with parameters of type PlaceModifierConstructorDescriptionBisshop(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)