Package edu.wisc.game.sql
Class Piece.Color
java.lang.Object
edu.wisc.game.sql.Piece.PseudoEnum
edu.wisc.game.sql.Piece.Color
- Enclosing class:
- Piece
public static class Piece.Color extends Piece.PseudoEnum
-
Field Summary
Fields Modifier and Type Field Description static Piece.Color
BLACK
static Piece.Color
BLUE
static Piece.Color[]
legacyColors
The four original colors, inherited from Game Engine 1.0, and used for compatibility with old trial list files.static Piece.Color
RED
static Piece.Color
YELLOW
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
static Piece.Color
findColor(String s)
static Piece.Color[]
findColors(String[] v)
String
symbol()