1 2 3 4 5 6
package jrummikub.model; /** Class specifying possible StoneColors */ public enum StoneColor { BLACK, ORANGE, BLUE, RED }