package jrummikub.model; /** Possible move directions in case of overlapping Stones/Sets */ public enum Direction { LEFT, RIGHT, TOP, BOTTOM; }