1 2 3 4 5 6 7
package jrummikub.model; /** Possible move directions in case of overlapping Stones/Sets */ public enum Direction { LEFT, RIGHT, TOP, BOTTOM; }