Package org.hagneva1.chess
Class Cavalier
- java.lang.Object
-
- org.hagneva1.chess.Piece
-
- org.hagneva1.chess.Cavalier
-
public class Cavalier extends Piece
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<Spot>getNextSpots()-
Methods inherited from class org.hagneva1.chess.Piece
findById, findKing, getDisplayAbv, getDisplayName, getId, getSpot, getTeam, move, setDisplayAbv, setDisplayName, setId, setSpot, setTeam
-
-
-
-
Constructor Detail
-
Cavalier
public Cavalier(Spot spot, java.lang.String team)
-
-
Method Detail
-
getNextSpots
public java.util.ArrayList<Spot> getNextSpots()
- Specified by:
getNextSpotsin classPiece
-
-